Udostępnij za pośrednictwem


SqlVirtualMachineIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachineIdentityTypeConverter))]
public class SqlVirtualMachineIdentity : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachineIdentityTypeConverter))>]
type SqlVirtualMachineIdentity = class
    interface ISqlVirtualMachineIdentity
    interface IJsonSerializable
Public Class SqlVirtualMachineIdentity
Implements ISqlVirtualMachineIdentity
Inheritance
SqlVirtualMachineIdentity
Attributes
Implements

Constructors

SqlVirtualMachineIdentity()

Creates an new SqlVirtualMachineIdentity instance.

Properties

AvailabilityGroupListenerName

Name of the availability group listener.

Id

Resource identity path

ResourceGroupName

Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

SqlVirtualMachineGroupName

Name of the SQL virtual machine group.

SqlVirtualMachineName

Name of the SQL virtual machine.

SubscriptionId

Subscription ID that identifies an Azure subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SqlVirtualMachineIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SqlVirtualMachineIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.ISqlVirtualMachineIdentity.

FromJsonString(String)

Creates a new instance of SqlVirtualMachineIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SqlVirtualMachineIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to