ICloudServiceNetworkProfile.SwappableCloudService Property

Definition

The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource) }, ReadOnly=false, Required=false, SerializedName="swappableCloudService")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource SwappableCloudService { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource) }, ReadOnly=false, Required=false, SerializedName="swappableCloudService")>]
member this.SwappableCloudService : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource with get, set
Public Property SwappableCloudService As ISubResource

Property Value

Attributes

Applies to