SqlVmVmIdentityType Struct

Definition

Identity type of the virtual machine. Specify None to opt-out of Managed Identities.

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

Constructors

Name Description
SqlVmVmIdentityType(String)

Initializes a new instance of SqlVmVmIdentityType.

Properties

Name Description
None

Gets the None.

SystemAssigned

Gets the SystemAssigned.

UserAssigned

Gets the UserAssigned.

Methods

Name Description
Equals(SqlVmVmIdentityType)

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(SqlVmVmIdentityType, SqlVmVmIdentityType)

Determines if two SqlVmVmIdentityType values are the same.

Implicit(String to Nullable<SqlVmVmIdentityType>)
Implicit(String to SqlVmVmIdentityType)

Converts a string to a SqlVmVmIdentityType.

Inequality(SqlVmVmIdentityType, SqlVmVmIdentityType)

Determines if two SqlVmVmIdentityType values are not the same.

Applies to