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(Create=true, 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.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="swappableCloudService", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResource SwappableCloudService { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, 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.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="swappableCloudService", Update=true)>]
member this.SwappableCloudService : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResource with get, set
Public Property SwappableCloudService As ISubResource

Property Value

Attributes

Applies to