Uses of Enum Class
com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus
Packages that use SharedPrivateLinkResourceStatus
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of SharedPrivateLinkResourceStatus in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return SharedPrivateLinkResourceStatusModifier 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.Methods in com.microsoft.azure.management.cdn with parameters of type SharedPrivateLinkResourceStatusModifier and TypeMethodDescriptionSharedPrivateLinkResourceProperties.withStatus
(SharedPrivateLinkResourceStatus status) Set status of the shared private link resource.