Uses of Class
com.azure.resourcemanager.network.models.NspLinkStatus
Packages that use NspLinkStatus
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NspLinkStatus in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NspLinkStatusModifier and TypeMethodDescriptionNspLinkInner.status()Get the status property: The NSP link state.NspLinkProperties.status()Get the status property: The NSP link state.NspLinkReferenceInner.status()Get the status property: The NSP linkReference state.NspLinkReferenceProperties.status()Get the status property: The NSP linkReference state.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NspLinkStatusModifier and TypeMethodDescriptionNspLinkReferenceInner.withStatus(NspLinkStatus status) Set the status property: The NSP linkReference state.NspLinkReferenceProperties.withStatus(NspLinkStatus status) Set the status property: The NSP linkReference state. -
Uses of NspLinkStatus in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as NspLinkStatusModifier and TypeFieldDescriptionstatic final NspLinkStatusNspLinkStatus.APPROVEDStatic value Approved for NspLinkStatus.static final NspLinkStatusNspLinkStatus.DISCONNECTEDStatic value Disconnected for NspLinkStatus.static final NspLinkStatusNspLinkStatus.PENDINGStatic value Pending for NspLinkStatus.static final NspLinkStatusNspLinkStatus.REJECTEDStatic value Rejected for NspLinkStatus.Methods in com.azure.resourcemanager.network.models that return NspLinkStatusModifier and TypeMethodDescriptionstatic NspLinkStatusNspLinkStatus.fromString(String name) Creates or finds a NspLinkStatus from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NspLinkStatusModifier and TypeMethodDescriptionstatic Collection<NspLinkStatus> NspLinkStatus.values()Gets known NspLinkStatus values.