DevCenterAssignedGroupScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scope of an assignment.
public readonly struct DevCenterAssignedGroupScope : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterAssignedGroupScope>
type DevCenterAssignedGroupScope = struct
Public Structure DevCenterAssignedGroupScope
Implements IEquatable(Of DevCenterAssignedGroupScope)
- Inheritance
-
DevCenterAssignedGroupScope
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterAssignedGroupScope(String) |
Initializes a new instance of DevCenterAssignedGroupScope. |
Properties
| Name | Description |
|---|---|
| DevBox |
Assignment entitles group members to Dev Boxes in the Project. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterAssignedGroupScope) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DevCenterAssignedGroupScope, DevCenterAssignedGroupScope) |
Determines if two DevCenterAssignedGroupScope values are the same. |
| Implicit(String to DevCenterAssignedGroupScope) |
Converts a string to a DevCenterAssignedGroupScope. |
| Implicit(String to Nullable<DevCenterAssignedGroupScope>) | |
| Inequality(DevCenterAssignedGroupScope, DevCenterAssignedGroupScope) |
Determines if two DevCenterAssignedGroupScope values are not the same. |