IStandbyPoolIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyPoolIdentityTypeConverter))]
public interface IStandbyPoolIdentity : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyPoolIdentityTypeConverter))>]
type IStandbyPoolIdentity = interface
    interface IJsonSerializable
Public Interface IStandbyPoolIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

StandbyContainerGroupPoolName

Name of the standby container group pool

StandbyVirtualMachineName

Name of the standby virtual machine

StandbyVirtualMachinePoolName

Name of the standby virtual machine pool

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to