Uses of Class
com.azure.resourcemanager.network.models.AdminState
Packages that use AdminState
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AdminState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AdminStateModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.adminState()Get the adminState property: Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet.VirtualNetworkGatewayPropertiesFormat.adminState()Get the adminState property: Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AdminStateModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withAdminState(AdminState adminState) Set the adminState property: Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet.VirtualNetworkGatewayPropertiesFormat.withAdminState(AdminState adminState) Set the adminState property: Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet. -
Uses of AdminState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as AdminStateModifier and TypeFieldDescriptionstatic final AdminStateAdminState.DISABLEDStatic value Disabled for AdminState.static final AdminStateAdminState.ENABLEDStatic value Enabled for AdminState.Methods in com.azure.resourcemanager.network.models that return AdminStateModifier and TypeMethodDescriptionstatic AdminStateAdminState.fromString(String name) Creates or finds a AdminState from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AdminStateModifier and TypeMethodDescriptionstatic Collection<AdminState> AdminState.values()Gets known AdminState values.