AzureVirtualNetworkSubnetConfigBase.ServiceEndpoint 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.
[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