Uses of Class
com.azure.resourcemanager.network.models.ServiceEndpointPropertiesFormat
-
Packages that use ServiceEndpointPropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ServiceEndpointPropertiesFormat Modifier and Type Method Description List<ServiceEndpointPropertiesFormat>SubnetInner. serviceEndpoints()Get the serviceEndpoints property: An array of service endpoints.List<ServiceEndpointPropertiesFormat>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 ServiceEndpointPropertiesFormat Modifier and Type Method Description SubnetInnerSubnetInner. withServiceEndpoints(List<ServiceEndpointPropertiesFormat> serviceEndpoints)Set the serviceEndpoints property: An array of service endpoints.SubnetPropertiesFormatInnerSubnetPropertiesFormatInner. 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 ServiceEndpointPropertiesFormat Modifier and Type Method Description ServiceEndpointPropertiesFormatServiceEndpointPropertiesFormat. withLocations(List<String> locations)Set the locations property: A list of locations.ServiceEndpointPropertiesFormatServiceEndpointPropertiesFormat. withService(String service)Set the service property: The type of the endpoint service.
-