Uses of Class
com.azure.resourcemanager.network.models.ServiceGatewaySkuName
Packages that use ServiceGatewaySkuName
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceGatewaySkuName in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ServiceGatewaySkuName in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal className of a service gateway SKU.Fields in com.azure.resourcemanager.network.models declared as ServiceGatewaySkuNameModifier and TypeFieldDescriptionstatic final ServiceGatewaySkuNameServiceGatewaySkuName.STANDARDStatic value Standard for ServiceGatewaySkuName.Methods in com.azure.resourcemanager.network.models that return ServiceGatewaySkuNameModifier and TypeMethodDescriptionstatic ServiceGatewaySkuNameServiceGatewaySkuName.fromString(String name) Creates or finds a ServiceGatewaySkuName from its string representation.ServiceGatewaySku.name()Get the name property: Name of a service gateway SKU.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceGatewaySkuNameModifier and TypeMethodDescriptionstatic Collection<ServiceGatewaySkuName> ServiceGatewaySkuName.values()Gets known ServiceGatewaySkuName values.Methods in com.azure.resourcemanager.network.models with parameters of type ServiceGatewaySkuNameModifier and TypeMethodDescriptionServiceGatewaySku.withName(ServiceGatewaySkuName name) Set the name property: Name of a service gateway SKU.