ResourceIdentityType 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 type of identity used for the container group. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the container group.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityTypeTypeConverter))]
public struct ResourceIdentityType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.ResourceIdentityTypeTypeConverter))>]
type ResourceIdentityType = struct
interface IArgumentCompleter
Public Structure ResourceIdentityType
Implements IArgumentCompleter, IEquatable(Of ResourceIdentityType)
- Inheritance
-
ResourceIdentityType
- Attributes
- Implements
Fields
None | |
SystemAssigned | |
SystemAssignedUserAssigned | |
UserAssigned |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type ResourceIdentityType (override for Object) |
Equals(ResourceIdentityType) |
Compares values of enum type ResourceIdentityType |
GetHashCode() |
Returns hashCode for enum ResourceIdentityType |
ToString() |
Returns string representation for ResourceIdentityType |
Operators
Equality(ResourceIdentityType, ResourceIdentityType) |
Overriding == operator for enum ResourceIdentityType |
Implicit(ResourceIdentityType to String) |
Implicit operator to convert ResourceIdentityType to string |
Implicit(String to ResourceIdentityType) |
Implicit operator to convert string to ResourceIdentityType |
Inequality(ResourceIdentityType, ResourceIdentityType) |
Overriding != operator for enum ResourceIdentityType |