azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

156 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties"
name: "SharedPrivateLinkResourceProperties"
nameWithType: "SharedPrivateLinkResourceProperties"
summary: "Describes the properties of an existing Shared Private Link Resource to use when connecting to a private origin."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **SharedPrivateLinkResourceProperties**"
constructors:
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.SharedPrivateLinkResourceProperties()"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.SharedPrivateLinkResourceProperties()"
name: "SharedPrivateLinkResourceProperties()"
nameWithType: "SharedPrivateLinkResourceProperties.SharedPrivateLinkResourceProperties()"
syntax: "public SharedPrivateLinkResourceProperties()"
methods:
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.groupId()"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.groupId()"
name: "groupId()"
nameWithType: "SharedPrivateLinkResourceProperties.groupId()"
summary: "Get the group id from the provider of resource the shared private link resource is for."
syntax: "public String groupId()"
desc: "Get the group id from the provider of resource the shared private link resource is for."
returns:
description: "the groupId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.privateLink()"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.privateLink()"
name: "privateLink()"
nameWithType: "SharedPrivateLinkResourceProperties.privateLink()"
summary: "Get the resource id of the resource the shared private link resource is for."
syntax: "public ResourceReference privateLink()"
desc: "Get the resource id of the resource the shared private link resource is for."
returns:
description: "the privateLink value"
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourceReference?alt=com.microsoft.azure.management.cdn.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.privateLinkLocation()"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.privateLinkLocation()"
name: "privateLinkLocation()"
nameWithType: "SharedPrivateLinkResourceProperties.privateLinkLocation()"
summary: "Get the location of the shared private link resource."
syntax: "public String privateLinkLocation()"
desc: "Get the location of the shared private link resource."
returns:
description: "the privateLinkLocation value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.requestMessage()"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.requestMessage()"
name: "requestMessage()"
nameWithType: "SharedPrivateLinkResourceProperties.requestMessage()"
summary: "Get the request message for requesting approval of the shared private link resource."
syntax: "public String requestMessage()"
desc: "Get the request message for requesting approval of the shared private link resource."
returns:
description: "the requestMessage value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.status()"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.status()"
name: "status()"
nameWithType: "SharedPrivateLinkResourceProperties.status()"
summary: "Get status of the shared private link resource."
syntax: "public SharedPrivateLinkResourceStatus status()"
desc: "Get status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected', 'Timeout'."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus?alt=com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus&text=SharedPrivateLinkResourceStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withGroupId(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withGroupId(String groupId)"
name: "withGroupId(String groupId)"
nameWithType: "SharedPrivateLinkResourceProperties.withGroupId(String groupId)"
summary: "Set the group id from the provider of resource the shared private link resource is for."
parameters:
- description: "the groupId value to set"
name: "groupId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SharedPrivateLinkResourceProperties withGroupId(String groupId)"
desc: "Set the group id from the provider of resource the shared private link resource is for."
returns:
description: "the SharedPrivateLinkResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties?alt=com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties&text=SharedPrivateLinkResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withPrivateLink(com.microsoft.azure.management.cdn.ResourceReference)"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withPrivateLink(ResourceReference privateLink)"
name: "withPrivateLink(ResourceReference privateLink)"
nameWithType: "SharedPrivateLinkResourceProperties.withPrivateLink(ResourceReference privateLink)"
summary: "Set the resource id of the resource the shared private link resource is for."
parameters:
- description: "the privateLink value to set"
name: "privateLink"
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourceReference?alt=com.microsoft.azure.management.cdn.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SharedPrivateLinkResourceProperties withPrivateLink(ResourceReference privateLink)"
desc: "Set the resource id of the resource the shared private link resource is for."
returns:
description: "the SharedPrivateLinkResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties?alt=com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties&text=SharedPrivateLinkResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withPrivateLinkLocation(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withPrivateLinkLocation(String privateLinkLocation)"
name: "withPrivateLinkLocation(String privateLinkLocation)"
nameWithType: "SharedPrivateLinkResourceProperties.withPrivateLinkLocation(String privateLinkLocation)"
summary: "Set the location of the shared private link resource."
parameters:
- description: "the privateLinkLocation value to set"
name: "privateLinkLocation"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SharedPrivateLinkResourceProperties withPrivateLinkLocation(String privateLinkLocation)"
desc: "Set the location of the shared private link resource."
returns:
description: "the SharedPrivateLinkResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties?alt=com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties&text=SharedPrivateLinkResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withRequestMessage(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withRequestMessage(String requestMessage)"
name: "withRequestMessage(String requestMessage)"
nameWithType: "SharedPrivateLinkResourceProperties.withRequestMessage(String requestMessage)"
summary: "Set the request message for requesting approval of the shared private link resource."
parameters:
- description: "the requestMessage value to set"
name: "requestMessage"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SharedPrivateLinkResourceProperties withRequestMessage(String requestMessage)"
desc: "Set the request message for requesting approval of the shared private link resource."
returns:
description: "the SharedPrivateLinkResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties?alt=com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties&text=SharedPrivateLinkResourceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withStatus(com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus)"
fullName: "com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.withStatus(SharedPrivateLinkResourceStatus status)"
name: "withStatus(SharedPrivateLinkResourceStatus status)"
nameWithType: "SharedPrivateLinkResourceProperties.withStatus(SharedPrivateLinkResourceStatus status)"
summary: "Set status of the shared private link resource."
parameters:
- description: "the status value to set"
name: "status"
type: "<xref href=\"com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus?alt=com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus&text=SharedPrivateLinkResourceStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SharedPrivateLinkResourceProperties withStatus(SharedPrivateLinkResourceStatus status)"
desc: "Set status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected', 'Timeout'."
returns:
description: "the SharedPrivateLinkResourceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties?alt=com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties&text=SharedPrivateLinkResourceProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the properties of an existing Shared Private Link Resource to use when connecting to a private origin."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4