Uses of Class
com.azure.resourcemanager.network.models.CommissionedState
-
Packages that use CommissionedState 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 CommissionedState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return CommissionedState Modifier and Type Method Description CommissionedStateCustomIpPrefixInner. commissionedState()Get the commissionedState property: The commissioned state of the Custom IP Prefix.CommissionedStateCustomIpPrefixPropertiesFormat. 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 CommissionedState Modifier and Type Method Description CustomIpPrefixInnerCustomIpPrefixInner. withCommissionedState(CommissionedState commissionedState)Set the commissionedState property: The commissioned state of the Custom IP Prefix.CustomIpPrefixPropertiesFormatCustomIpPrefixPropertiesFormat. 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 CommissionedState Modifier and Type Field Description static CommissionedStateCommissionedState. COMMISSIONEDStatic value Commissioned for CommissionedState.static CommissionedStateCommissionedState. COMMISSIONINGStatic value Commissioning for CommissionedState.static CommissionedStateCommissionedState. DECOMMISSIONINGStatic value Decommissioning for CommissionedState.static CommissionedStateCommissionedState. DEPROVISIONINGStatic value Deprovisioning for CommissionedState.static CommissionedStateCommissionedState. PROVISIONEDStatic value Provisioned for CommissionedState.static CommissionedStateCommissionedState. PROVISIONINGStatic value Provisioning for CommissionedState.Methods in com.azure.resourcemanager.network.models that return CommissionedState Modifier and Type Method Description static 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 CommissionedState Modifier and Type Method Description static Collection<CommissionedState>CommissionedState. values()
-