Uses of Class
com.azure.resourcemanager.network.models.ServiceProviderProvisioningState
Packages that use ServiceProviderProvisioningState
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceProviderProvisioningState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ServiceProviderProvisioningStateModifier and TypeMethodDescriptionExpressRouteCircuitInner.serviceProviderProvisioningState()Get the serviceProviderProvisioningState property: The ServiceProviderProvisioningState state of the resource.ExpressRouteCircuitPropertiesFormat.serviceProviderProvisioningState()Get the serviceProviderProvisioningState property: The ServiceProviderProvisioningState state of the resource.ExpressRouteCrossConnectionInner.serviceProviderProvisioningState()Get the serviceProviderProvisioningState property: The provisioning state of the circuit in the connectivity provider system.ExpressRouteCrossConnectionProperties.serviceProviderProvisioningState()Get the serviceProviderProvisioningState property: The provisioning state of the circuit in the connectivity provider system.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ServiceProviderProvisioningStateModifier and TypeMethodDescriptionExpressRouteCircuitInner.withServiceProviderProvisioningState(ServiceProviderProvisioningState serviceProviderProvisioningState) Set the serviceProviderProvisioningState property: The ServiceProviderProvisioningState state of the resource.ExpressRouteCircuitPropertiesFormat.withServiceProviderProvisioningState(ServiceProviderProvisioningState serviceProviderProvisioningState) Set the serviceProviderProvisioningState property: The ServiceProviderProvisioningState state of the resource.ExpressRouteCrossConnectionInner.withServiceProviderProvisioningState(ServiceProviderProvisioningState serviceProviderProvisioningState) Set the serviceProviderProvisioningState property: The provisioning state of the circuit in the connectivity provider system.ExpressRouteCrossConnectionProperties.withServiceProviderProvisioningState(ServiceProviderProvisioningState serviceProviderProvisioningState) Set the serviceProviderProvisioningState property: The provisioning state of the circuit in the connectivity provider system. -
Uses of ServiceProviderProvisioningState in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ServiceProviderProvisioningState in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe ServiceProviderProvisioningState state of the resource.Fields in com.azure.resourcemanager.network.models declared as ServiceProviderProvisioningStateModifier and TypeFieldDescriptionstatic final ServiceProviderProvisioningStateServiceProviderProvisioningState.DEPROVISIONINGStatic value Deprovisioning for ServiceProviderProvisioningState.static final ServiceProviderProvisioningStateServiceProviderProvisioningState.NOT_PROVISIONEDStatic value NotProvisioned for ServiceProviderProvisioningState.static final ServiceProviderProvisioningStateServiceProviderProvisioningState.PROVISIONEDStatic value Provisioned for ServiceProviderProvisioningState.static final ServiceProviderProvisioningStateServiceProviderProvisioningState.PROVISIONINGStatic value Provisioning for ServiceProviderProvisioningState.Methods in com.azure.resourcemanager.network.models that return ServiceProviderProvisioningStateModifier and TypeMethodDescriptionServiceProviderProvisioningState.fromString(String name) Creates or finds a ServiceProviderProvisioningState from its string representation.ExpressRouteCircuit.serviceProviderProvisioningState()The ServiceProviderProvisioningState state of the resource.ExpressRouteCrossConnection.serviceProviderProvisioningState()Gets the provisioning state of the circuit in the connectivity provider system.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceProviderProvisioningStateModifier and TypeMethodDescriptionServiceProviderProvisioningState.values()Gets known ServiceProviderProvisioningState values.Methods in com.azure.resourcemanager.network.models with parameters of type ServiceProviderProvisioningStateModifier and TypeMethodDescriptionExpressRouteCrossConnection.UpdateStages.WithServiceProviderProviosioningState.withServiceProviderProvisioningState(ServiceProviderProvisioningState state) Specifies the service provider provisioning state for the express route cross connection.