Uses of Class
com.azure.resourcemanager.cdn.models.PrivateEndpointStatus
Packages that use PrivateEndpointStatus
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of PrivateEndpointStatus in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return PrivateEndpointStatusModifier and TypeMethodDescriptionDeepCreatedOriginProperties.privateEndpointStatus()Get the privateEndpointStatus property: The approval status for the connection to the Private Link.OriginInner.privateEndpointStatus()Get the privateEndpointStatus property: The approval status for the connection to the Private Link.OriginProperties.privateEndpointStatus()Get the privateEndpointStatus property: The approval status for the connection to the Private Link. -
Uses of PrivateEndpointStatus in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type PrivateEndpointStatus in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classThe approval status for the connection to the Private Link.Fields in com.azure.resourcemanager.cdn.models declared as PrivateEndpointStatusModifier and TypeFieldDescriptionstatic final PrivateEndpointStatusPrivateEndpointStatus.APPROVEDStatic value Approved for PrivateEndpointStatus.static final PrivateEndpointStatusPrivateEndpointStatus.DISCONNECTEDStatic value Disconnected for PrivateEndpointStatus.static final PrivateEndpointStatusPrivateEndpointStatus.PENDINGStatic value Pending for PrivateEndpointStatus.static final PrivateEndpointStatusPrivateEndpointStatus.REJECTEDStatic value Rejected for PrivateEndpointStatus.static final PrivateEndpointStatusPrivateEndpointStatus.TIMEOUTStatic value Timeout for PrivateEndpointStatus.Methods in com.azure.resourcemanager.cdn.models that return PrivateEndpointStatusModifier and TypeMethodDescriptionstatic PrivateEndpointStatusPrivateEndpointStatus.fromString(String name) Creates or finds a PrivateEndpointStatus from its string representation.DeepCreatedOrigin.privateEndpointStatus()Get the privateEndpointStatus property: The approval status for the connection to the Private Link.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type PrivateEndpointStatusModifier and TypeMethodDescriptionstatic Collection<PrivateEndpointStatus> PrivateEndpointStatus.values()Gets known PrivateEndpointStatus values.