Uses of Class
com.microsoft.azure.management.network.ServiceEndpointType
-
Packages that use ServiceEndpointType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ServiceEndpointType in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ServiceEndpointType Modifier and Type Field Description static ServiceEndpointTypeServiceEndpointType. MICROSOFT_AZURECOSMOSDBStatic value Microsoft.AzureCosmosDB for ServiceEndpointType.static ServiceEndpointTypeServiceEndpointType. MICROSOFT_SQLStatic value Microsoft.Sql for ServiceEndpointType.static ServiceEndpointTypeServiceEndpointType. MICROSOFT_STORAGEStatic value Microsoft.Storage for ServiceEndpointType.Methods in com.microsoft.azure.management.network that return ServiceEndpointType Modifier and Type Method Description static ServiceEndpointTypeServiceEndpointType. fromString(String name)Creates or finds a ServiceEndpointType from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type ServiceEndpointType Modifier and Type Method Description Map<ServiceEndpointType,List<com.microsoft.azure.management.resources.fluentcore.arm.Region>>Subnet. servicesWithAccess()static Collection<ServiceEndpointType>ServiceEndpointType. values()Methods in com.microsoft.azure.management.network with parameters of type ServiceEndpointType Modifier and Type Method Description Subnet.DefinitionStages.WithAttach<ParentT>Subnet.DefinitionStages.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.UpdateSubnet.UpdateStages.WithServiceEndpoint. withAccessFromService(ServiceEndpointType service)Specifies a service endpoint to enable access from.Subnet.UpdateSubnet.UpdateStages.WithServiceEndpoint. withoutAccessFromService(ServiceEndpointType service)Specifies that existing access from a service endpoint should be removed.
-