IStandbyPoolIdentity.RuntimeView Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="runtimeView", Update=true)]
public string RuntimeView { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="runtimeView", Update=true)>]
member this.RuntimeView : string with get, set
Public Property RuntimeView As String

Property Value

Attributes

Applies to