| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ServiceEndpointType |
ServiceEndpointType.MICROSOFT_AZURECOSMOSDB
Static value Microsoft.AzureCosmosDB for ServiceEndpointType.
|
static ServiceEndpointType |
ServiceEndpointType.MICROSOFT_SQL
Static value Microsoft.Sql for ServiceEndpointType.
|
static ServiceEndpointType |
ServiceEndpointType.MICROSOFT_STORAGE
Static value Microsoft.Storage for ServiceEndpointType.
|
static ServiceEndpointType |
ServiceEndpointType.MICROSOFT_WEB
Static value Microsoft.Web for ServiceEndpointType.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceEndpointType |
ServiceEndpointType.fromString(String name)
Creates or finds a ServiceEndpointType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
Subnet.DefinitionStages.WithAttach<ParentT> |
Subnet.DefinitionStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service)
Specifies a service endpoint to enable access from.
|
Subnet.Update |
Subnet.UpdateStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service)
Specifies a service endpoint to enable access from.
|
Subnet.UpdateDefinitionStages.WithAttach<ParentT> |
Subnet.UpdateDefinitionStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service)
Specifies a service endpoint to enable access from.
|
Subnet.Update |
Subnet.UpdateStages.WithServiceEndpoint.withoutAccessFromService(ServiceEndpointType service)
Specifies that existing access from a service endpoint should be removed.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.