Uses of Class
com.azure.resourcemanager.network.models.ServiceType
Packages that use ServiceType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ServiceTypeModifier and TypeMethodDescriptionServiceGatewayServiceInner.serviceType()Get the serviceType property: Name of the service.ServiceGatewayServicePropertiesFormat.serviceType()Get the serviceType property: Name of the service.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ServiceTypeModifier and TypeMethodDescriptionServiceGatewayServiceInner.withServiceType(ServiceType serviceType) Set the serviceType property: Name of the service.ServiceGatewayServicePropertiesFormat.withServiceType(ServiceType serviceType) Set the serviceType property: Name of the service. -
Uses of ServiceType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ServiceType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as ServiceTypeModifier and TypeFieldDescriptionstatic final ServiceTypeServiceType.INBOUNDStatic value Inbound for ServiceType.static final ServiceTypeServiceType.INBOUND_OUTBOUNDStatic value InboundOutbound for ServiceType.static final ServiceTypeServiceType.OUTBOUNDStatic value Outbound for ServiceType.Methods in com.azure.resourcemanager.network.models that return ServiceTypeModifier and TypeMethodDescriptionstatic ServiceTypeServiceType.fromString(String name) Creates or finds a ServiceType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceTypeModifier and TypeMethodDescriptionstatic Collection<ServiceType> ServiceType.values()Gets known ServiceType values.