ServiceManagedIdentityType 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.
Type of identity being specified, currently SystemAssigned and None are allowed.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityTypeTypeConverter))]
public struct ServiceManagedIdentityType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityTypeTypeConverter))>]
type ServiceManagedIdentityType = struct
interface IArgumentCompleter
Public Structure ServiceManagedIdentityType
Implements IArgumentCompleter, IEquatable(Of ServiceManagedIdentityType)
- Inheritance
-
ServiceManagedIdentityType
- 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 ServiceManagedIdentityType (override for Object) |
Equals(ServiceManagedIdentityType) |
Compares values of enum type ServiceManagedIdentityType |
GetHashCode() |
Returns hashCode for enum ServiceManagedIdentityType |
ToString() |
Returns string representation for ServiceManagedIdentityType |
Operators
Equality(ServiceManagedIdentityType, ServiceManagedIdentityType) |
Overriding == operator for enum ServiceManagedIdentityType |
Implicit(ServiceManagedIdentityType to String) |
Implicit operator to convert ServiceManagedIdentityType to string |
Implicit(String to ServiceManagedIdentityType) |
Implicit operator to convert string to ServiceManagedIdentityType |
Inequality(ServiceManagedIdentityType, ServiceManagedIdentityType) |
Overriding != operator for enum ServiceManagedIdentityType |