Uses of Class
com.azure.resourcemanager.network.models.ServiceEndpointType
Packages that use ServiceEndpointType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceEndpointType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ServiceEndpointTypeModifier and TypeFieldDescriptionstatic final ServiceEndpointTypeServiceEndpointType.MICROSOFT_AZURECOSMOSDBStatic value Microsoft.AzureCosmosDB for ServiceEndpointType.static final ServiceEndpointTypeServiceEndpointType.MICROSOFT_SQLStatic value Microsoft.Sql for ServiceEndpointType.static final ServiceEndpointTypeServiceEndpointType.MICROSOFT_STORAGEStatic value Microsoft.Storage for ServiceEndpointType.static final ServiceEndpointTypeServiceEndpointType.MICROSOFT_WEBStatic value Microsoft.Web for ServiceEndpointType.Methods in com.azure.resourcemanager.network.models that return ServiceEndpointTypeModifier and TypeMethodDescriptionstatic ServiceEndpointTypeServiceEndpointType.fromString(String name) Creates or finds a ServiceEndpointType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceEndpointTypeModifier and TypeMethodDescriptionMap<ServiceEndpointType, List<com.azure.core.management.Region>> Subnet.servicesWithAccess()Gets the services that has access to the subnet.static Collection<ServiceEndpointType> ServiceEndpointType.values()Gets known ServiceEndpointType values.Methods in com.azure.resourcemanager.network.models with parameters of type ServiceEndpointTypeModifier and TypeMethodDescriptionSubnet.DefinitionStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service) Specifies a service endpoint to enable access from.Subnet.UpdateDefinitionStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service) Specifies a service endpoint to enable access from.Subnet.UpdateStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service) Specifies a service endpoint to enable access from.Subnet.UpdateStages.WithServiceEndpoint.withoutAccessFromService(ServiceEndpointType service) Specifies that existing access from a service endpoint should be removed.