你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ICloudServiceNetworkProfile.SwappableCloudService Property
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.
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