Uses of Class
com.azure.resourcemanager.network.models.ServiceEndpointPropertiesFormat
Packages that use ServiceEndpointPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceEndpointPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ServiceEndpointPropertiesFormatModifier and TypeMethodDescriptionSubnetInner.serviceEndpoints()Get the serviceEndpoints property: An array of service endpoints.SubnetPropertiesFormatInner.serviceEndpoints()Get the serviceEndpoints property: An array of service endpoints.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ServiceEndpointPropertiesFormatModifier and TypeMethodDescriptionSubnetInner.withServiceEndpoints(List<ServiceEndpointPropertiesFormat> serviceEndpoints) Set the serviceEndpoints property: An array of service endpoints.SubnetPropertiesFormatInner.withServiceEndpoints(List<ServiceEndpointPropertiesFormat> serviceEndpoints) Set the serviceEndpoints property: An array of service endpoints. -
Uses of ServiceEndpointPropertiesFormat in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ServiceEndpointPropertiesFormatModifier and TypeMethodDescriptionServiceEndpointPropertiesFormat.withLocations(List<String> locations) Set the locations property: A list of locations.ServiceEndpointPropertiesFormat.withService(String service) Set the service property: The type of the endpoint service.