Share via


AzureVirtualNetworkSubnetConfigBase.ServiceEndpoint Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Microsoft.Storage", "Microsoft.Sql", "Microsoft.AzureActiveDirectory", "Microsoft.AzureCosmosDB", "Microsoft.Web", "Microsoft.NetworkServiceEndpointTest", "Microsoft.KeyVault", "Microsoft.EventHub", "Microsoft.ServiceBus" })]
[System.Management.Automation.Parameter(HelpMessage="Service Endpoint Value", Mandatory=false, ValueFromPipelineByPropertyName=true)]
public string[] ServiceEndpoint { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Service Endpoint Value", Mandatory=false, ValueFromPipelineByPropertyName=true)]
public System.Collections.Generic.List<string> ServiceEndpoint { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Microsoft.Storage", "Microsoft.Sql", "Microsoft.AzureActiveDirectory", "Microsoft.AzureCosmosDB", "Microsoft.Web", "Microsoft.NetworkServiceEndpointTest", "Microsoft.KeyVault", "Microsoft.EventHub", "Microsoft.ServiceBus" })>]
[<System.Management.Automation.Parameter(HelpMessage="Service Endpoint Value", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
member this.ServiceEndpoint : string[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="Service Endpoint Value", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
member this.ServiceEndpoint : System.Collections.Generic.List<string> with get, set
Public Property ServiceEndpoint As String()
Public Property ServiceEndpoint As List(Of String)

Property Value

String[]
Attributes

Applies to