Uses of Enum Class
com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of SharedPrivateLinkResourceStatus in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionSharedPrivateLinkResourceStatus.fromString
(String value) Parses a serialized value to a SharedPrivateLinkResourceStatus instance.SharedPrivateLinkResourceProperties.status()
Get status of the shared private link resource.Returns the enum constant of this class with the specified name.static SharedPrivateLinkResourceStatus[]
SharedPrivateLinkResourceStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSharedPrivateLinkResourceProperties.withStatus
(SharedPrivateLinkResourceStatus status) Set status of the shared private link resource.