Uses of Enum
com.azure.resourcemanager.cdn.models.SharedPrivateLinkResourceStatus
Packages that use SharedPrivateLinkResourceStatus
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of SharedPrivateLinkResourceStatus in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return SharedPrivateLinkResourceStatusModifier and TypeMethodDescriptionSharedPrivateLinkResourceStatus.fromString(String value) Parses a serialized value to a SharedPrivateLinkResourceStatus instance.SharedPrivateLinkResourceProperties.status()Get the status property: Status of the shared private link resource.Returns the enum constant of this type with the specified name.static SharedPrivateLinkResourceStatus[]SharedPrivateLinkResourceStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.cdn.models with parameters of type SharedPrivateLinkResourceStatusModifier and TypeMethodDescriptionSharedPrivateLinkResourceProperties.withStatus(SharedPrivateLinkResourceStatus status) Set the status property: Status of the shared private link resource.