次の方法で共有


ServiceManagedIdentityType Struct

Definition

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

Applies to