IStandbyPoolIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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. |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |