Uses of Class
com.azure.resourcemanager.cdn.models.SharedPrivateLinkResourceProperties
Packages that use SharedPrivateLinkResourceProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of SharedPrivateLinkResourceProperties in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return SharedPrivateLinkResourcePropertiesModifier and TypeMethodDescriptionAfdOriginInner.sharedPrivateLinkResource()Get the sharedPrivateLinkResource property: The properties of the private link resource for private origin.AfdOriginUpdatePropertiesParameters.sharedPrivateLinkResource()Get the sharedPrivateLinkResource property: The properties of the private link resource for private origin.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type SharedPrivateLinkResourcePropertiesModifier and TypeMethodDescriptionAfdOriginInner.withSharedPrivateLinkResource(SharedPrivateLinkResourceProperties sharedPrivateLinkResource) Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin.AfdOriginProperties.withSharedPrivateLinkResource(SharedPrivateLinkResourceProperties sharedPrivateLinkResource) Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin.AfdOriginUpdatePropertiesParameters.withSharedPrivateLinkResource(SharedPrivateLinkResourceProperties sharedPrivateLinkResource) Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin. -
Uses of SharedPrivateLinkResourceProperties in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type SharedPrivateLinkResourcePropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of an existing Shared Private Link Resource to use when connecting to a private origin.Methods in com.azure.resourcemanager.cdn.models that return SharedPrivateLinkResourcePropertiesModifier and TypeMethodDescriptionSharedPrivateLinkResourceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedPrivateLinkResourceProperties from the JsonReader.AfdOriginUpdateParameters.sharedPrivateLinkResource()Get the sharedPrivateLinkResource property: The properties of the private link resource for private origin.SharedPrivateLinkResourceProperties.withGroupId(String groupId) Set the groupId property: The group id from the provider of resource the shared private link resource is for.SharedPrivateLinkResourceProperties.withPrivateLink(ResourceReference privateLink) Set the privateLink property: The resource id of the resource the shared private link resource is for.SharedPrivateLinkResourceProperties.withPrivateLinkLocation(String privateLinkLocation) Set the privateLinkLocation property: The location of the shared private link resource.SharedPrivateLinkResourceProperties.withRequestMessage(String requestMessage) Set the requestMessage property: The request message for requesting approval of the shared private link resource.SharedPrivateLinkResourceProperties.withStatus(SharedPrivateLinkResourceStatus status) Set the status property: Status of the shared private link resource.Methods in com.azure.resourcemanager.cdn.models with parameters of type SharedPrivateLinkResourcePropertiesModifier and TypeMethodDescriptionAfdOriginUpdateParameters.withSharedPrivateLinkResource(SharedPrivateLinkResourceProperties sharedPrivateLinkResource) Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin.