다음을 통해 공유


MobileNetworkManagedServiceIdentityType Struct

Definition

Type of managed service identity (currently only UserAssigned allowed).

public readonly struct MobileNetworkManagedServiceIdentityType : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkManagedServiceIdentityType>
type MobileNetworkManagedServiceIdentityType = struct
Public Structure MobileNetworkManagedServiceIdentityType
Implements IEquatable(Of MobileNetworkManagedServiceIdentityType)
Inheritance
MobileNetworkManagedServiceIdentityType
Implements

Constructors

MobileNetworkManagedServiceIdentityType(String)

Initializes a new instance of MobileNetworkManagedServiceIdentityType.

Properties

None

None.

UserAssigned

UserAssigned.

Methods

Equals(MobileNetworkManagedServiceIdentityType)

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

Equality(MobileNetworkManagedServiceIdentityType, MobileNetworkManagedServiceIdentityType)

Determines if two MobileNetworkManagedServiceIdentityType values are the same.

Implicit(String to MobileNetworkManagedServiceIdentityType)

Converts a string to a MobileNetworkManagedServiceIdentityType.

Inequality(MobileNetworkManagedServiceIdentityType, MobileNetworkManagedServiceIdentityType)

Determines if two MobileNetworkManagedServiceIdentityType values are not the same.

Applies to