Uses of Class
com.azure.resourcemanager.cdn.models.PrivateEndpointStatus
-
Packages that use PrivateEndpointStatus Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 PrivateEndpointStatus Modifier and Type Method Description PrivateEndpointStatusDeepCreatedOriginProperties. privateEndpointStatus()Get the privateEndpointStatus property: The approval status for the connection to the Private Link.PrivateEndpointStatusOriginInner. privateEndpointStatus()Get the privateEndpointStatus property: The approval status for the connection to the Private Link.PrivateEndpointStatusOriginProperties. privateEndpointStatus()Get the privateEndpointStatus property: The approval status for the connection to the Private Link. -
Uses of PrivateEndpointStatus in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as PrivateEndpointStatus Modifier and Type Field Description static PrivateEndpointStatusPrivateEndpointStatus. APPROVEDStatic value Approved for PrivateEndpointStatus.static PrivateEndpointStatusPrivateEndpointStatus. DISCONNECTEDStatic value Disconnected for PrivateEndpointStatus.static PrivateEndpointStatusPrivateEndpointStatus. PENDINGStatic value Pending for PrivateEndpointStatus.static PrivateEndpointStatusPrivateEndpointStatus. REJECTEDStatic value Rejected for PrivateEndpointStatus.static PrivateEndpointStatusPrivateEndpointStatus. TIMEOUTStatic value Timeout for PrivateEndpointStatus.Methods in com.azure.resourcemanager.cdn.models that return PrivateEndpointStatus Modifier and Type Method Description static PrivateEndpointStatusPrivateEndpointStatus. fromString(String name)Creates or finds a PrivateEndpointStatus from its string representation.PrivateEndpointStatusDeepCreatedOrigin. 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 PrivateEndpointStatus Modifier and Type Method Description static Collection<PrivateEndpointStatus>PrivateEndpointStatus. values()
-