StandbyPoolIdentity Class

Definition

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

Constructors

StandbyPoolIdentity()

Creates an new StandbyPoolIdentity instance.

Properties

Id

Resource identity path

ResourceGroupName

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

RuntimeView

The unique identifier for the runtime view. The input string should be the word 'latest', which will get the latest runtime view of the pool, otherwise the request will fail with NotFound exception.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyPoolIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyPoolIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyPoolIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyPoolIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to