| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes 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.
|
| 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 |
|---|---|
Map<ServiceEndpointType,List<com.microsoft.azure.management.resources.fluentcore.arm.Region>> |
Subnet.servicesWithAccess() |
static Collection<ServiceEndpointType> |
ServiceEndpointType.values() |
| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/