ISubnetPropertiesFormat.ServiceEndpoint Property

Definition

An array of service endpoints.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="An array of service endpoints.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IServiceEndpointPropertiesFormat) }, Read=true, ReadOnly=false, Required=false, SerializedName="serviceEndpoints", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IServiceEndpointPropertiesFormat> ServiceEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="An array of service endpoints.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IServiceEndpointPropertiesFormat) }, Read=true, ReadOnly=false, Required=false, SerializedName="serviceEndpoints", Update=true)>]
member this.ServiceEndpoint : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IServiceEndpointPropertiesFormat> with get, set
Public Property ServiceEndpoint As List(Of IServiceEndpointPropertiesFormat)

Property Value

Attributes

Applies to