Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayOperationalState
Packages that use ApplicationGatewayOperationalState
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayOperationalState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayOperationalStateModifier and TypeMethodDescriptionApplicationGatewayInner.operationalState()Get the operationalState property: Operational state of the application gateway resource.ApplicationGatewayPropertiesFormat.operationalState()Get the operationalState property: Operational state of the application gateway resource. -
Uses of ApplicationGatewayOperationalState in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ApplicationGatewayOperationalState in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classOperational state of the application gateway resource.Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayOperationalStateModifier and TypeFieldDescriptionstatic final ApplicationGatewayOperationalStateApplicationGatewayOperationalState.RUNNINGStatic value Running for ApplicationGatewayOperationalState.static final ApplicationGatewayOperationalStateApplicationGatewayOperationalState.STARTINGStatic value Starting for ApplicationGatewayOperationalState.static final ApplicationGatewayOperationalStateApplicationGatewayOperationalState.STOPPEDStatic value Stopped for ApplicationGatewayOperationalState.static final ApplicationGatewayOperationalStateApplicationGatewayOperationalState.STOPPINGStatic value Stopping for ApplicationGatewayOperationalState.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayOperationalStateModifier and TypeMethodDescriptionApplicationGatewayOperationalState.fromString(String name) Creates or finds a ApplicationGatewayOperationalState from its string representation.ApplicationGateway.operationalState()Gets the operational state of the application gateway.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayOperationalStateModifier and TypeMethodDescriptionApplicationGatewayOperationalState.values()Gets known ApplicationGatewayOperationalState values.