ICloudService.NetworkProfile Property

Definition

Network Profile for the cloud service.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Network Profile for the cloud service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceNetworkProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkProfile", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceNetworkProfile NetworkProfile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Network Profile for the cloud service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceNetworkProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkProfile", Update=true)>]
member this.NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceNetworkProfile with get, set
Public Property NetworkProfile As ICloudServiceNetworkProfile

Property Value

Attributes

Applies to