Uses of Class
com.azure.resourcemanager.network.models.ConnectedGroupPrivateEndpointsScale
Packages that use ConnectedGroupPrivateEndpointsScale
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectedGroupPrivateEndpointsScale in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ConnectedGroupPrivateEndpointsScale in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classOption indicating the scale of private endpoints allowed in the connected group of the connectivity configuration.Fields in com.azure.resourcemanager.network.models declared as ConnectedGroupPrivateEndpointsScaleModifier and TypeFieldDescriptionstatic final ConnectedGroupPrivateEndpointsScaleConnectedGroupPrivateEndpointsScale.HIGH_SCALEStatic value HighScale for ConnectedGroupPrivateEndpointsScale.static final ConnectedGroupPrivateEndpointsScaleConnectedGroupPrivateEndpointsScale.STANDARDStatic value Standard for ConnectedGroupPrivateEndpointsScale.Methods in com.azure.resourcemanager.network.models that return ConnectedGroupPrivateEndpointsScaleModifier and TypeMethodDescriptionConnectivityConfigurationPropertiesConnectivityCapabilities.connectedGroupPrivateEndpointsScale()Get the connectedGroupPrivateEndpointsScale property: Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration.ConnectedGroupPrivateEndpointsScale.fromString(String name) Creates or finds a ConnectedGroupPrivateEndpointsScale from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectedGroupPrivateEndpointsScaleModifier and TypeMethodDescriptionConnectedGroupPrivateEndpointsScale.values()Gets known ConnectedGroupPrivateEndpointsScale values.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectedGroupPrivateEndpointsScaleModifier and TypeMethodDescriptionConnectivityConfigurationPropertiesConnectivityCapabilities.withConnectedGroupPrivateEndpointsScale(ConnectedGroupPrivateEndpointsScale connectedGroupPrivateEndpointsScale) Set the connectedGroupPrivateEndpointsScale property: Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration.