Uses of Class
com.azure.resourcemanager.network.models.CommissionedState
Packages that use CommissionedState
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of CommissionedState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return CommissionedStateModifier and TypeMethodDescriptionCustomIpPrefixInner.commissionedState()Get the commissionedState property: The commissioned state of the Custom IP Prefix.CustomIpPrefixPropertiesFormat.commissionedState()Get the commissionedState property: The commissioned state of the Custom IP Prefix.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type CommissionedStateModifier and TypeMethodDescriptionCustomIpPrefixInner.withCommissionedState(CommissionedState commissionedState) Set the commissionedState property: The commissioned state of the Custom IP Prefix.CustomIpPrefixPropertiesFormat.withCommissionedState(CommissionedState commissionedState) Set the commissionedState property: The commissioned state of the Custom IP Prefix. -
Uses of CommissionedState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as CommissionedStateModifier and TypeFieldDescriptionstatic final CommissionedStateCommissionedState.COMMISSIONEDStatic value Commissioned for CommissionedState.static final CommissionedStateCommissionedState.COMMISSIONED_NO_INTERNET_ADVERTISEStatic value CommissionedNoInternetAdvertise for CommissionedState.static final CommissionedStateCommissionedState.COMMISSIONINGStatic value Commissioning for CommissionedState.static final CommissionedStateCommissionedState.DECOMMISSIONINGStatic value Decommissioning for CommissionedState.static final CommissionedStateCommissionedState.DEPROVISIONEDStatic value Deprovisioned for CommissionedState.static final CommissionedStateCommissionedState.DEPROVISIONINGStatic value Deprovisioning for CommissionedState.static final CommissionedStateCommissionedState.PROVISIONEDStatic value Provisioned for CommissionedState.static final CommissionedStateCommissionedState.PROVISIONINGStatic value Provisioning for CommissionedState.Methods in com.azure.resourcemanager.network.models that return CommissionedStateModifier and TypeMethodDescriptionstatic CommissionedStateCommissionedState.fromString(String name) Creates or finds a CommissionedState from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type CommissionedStateModifier and TypeMethodDescriptionstatic Collection<CommissionedState> CommissionedState.values()Gets known CommissionedState values.