Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayOperationalState
-
Packages that use ApplicationGatewayOperationalState 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 ApplicationGatewayOperationalState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayOperationalState Modifier and Type Method Description ApplicationGatewayOperationalStateApplicationGatewayInner. operationalState()Get the operationalState property: Operational state of the application gateway resource.ApplicationGatewayOperationalStateApplicationGatewayPropertiesFormat. operationalState()Get the operationalState property: Operational state of the application gateway resource. -
Uses of ApplicationGatewayOperationalState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayOperationalState Modifier and Type Field Description static ApplicationGatewayOperationalStateApplicationGatewayOperationalState. RUNNINGStatic value Running for ApplicationGatewayOperationalState.static ApplicationGatewayOperationalStateApplicationGatewayOperationalState. STARTINGStatic value Starting for ApplicationGatewayOperationalState.static ApplicationGatewayOperationalStateApplicationGatewayOperationalState. STOPPEDStatic value Stopped for ApplicationGatewayOperationalState.static ApplicationGatewayOperationalStateApplicationGatewayOperationalState. STOPPINGStatic value Stopping for ApplicationGatewayOperationalState.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayOperationalState Modifier and Type Method Description static ApplicationGatewayOperationalStateApplicationGatewayOperationalState. fromString(String name)Creates or finds a ApplicationGatewayOperationalState from its string representation.ApplicationGatewayOperationalStateApplicationGateway. operationalState()Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayOperationalState Modifier and Type Method Description static Collection<ApplicationGatewayOperationalState>ApplicationGatewayOperationalState. values()
-