57 строки
4.9 KiB
YAML
57 строки
4.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkResources"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkResources"
|
|
name: "PrivateLinkResources"
|
|
nameWithType: "PrivateLinkResources"
|
|
summary: "Type representing Private<wbr>Link<wbr>Resources."
|
|
syntax: "public interface **PrivateLinkResources**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.PrivateLinkResourcesInner?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.PrivateLinkResourcesInner&text=PrivateLinkResourcesInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkResources.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkResources.getAsync(String resourceGroupName, String resourceName, String resourceId)"
|
|
name: "getAsync(String resourceGroupName, String resourceName, String resourceId)"
|
|
nameWithType: "PrivateLinkResources.getAsync(String resourceGroupName, String resourceName, String resourceId)"
|
|
summary: "Get the specified private link resource for the given Digital Twin."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the DigitalTwinsInstance."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the DigitalTwinsInstance."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the private link resource."
|
|
name: "resourceId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<GroupIdInformation> getAsync(String resourceGroupName, String resourceName, String resourceId)"
|
|
desc: "Get the specified private link resource for the given Digital Twin."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.GroupIdInformation?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.GroupIdInformation&text=GroupIdInformation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkResources.listAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkResources.listAsync(String resourceGroupName, String resourceName)"
|
|
name: "listAsync(String resourceGroupName, String resourceName)"
|
|
nameWithType: "PrivateLinkResources.listAsync(String resourceGroupName, String resourceName)"
|
|
summary: "List private link resources for given Digital Twin."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the DigitalTwinsInstance."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the DigitalTwinsInstance."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<GroupIdInformationResponse> listAsync(String resourceGroupName, String resourceName)"
|
|
desc: "List private link resources for given Digital Twin."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.GroupIdInformationResponse?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.GroupIdInformationResponse&text=GroupIdInformationResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Type representing PrivateLinkResources."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.PrivateLinkResourcesInner?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.PrivateLinkResourcesInner&text=PrivateLinkResourcesInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.digitaltwins.v2020_12_01"
|
|
artifact: com.microsoft.azure.digitaltwins.v2020_12_01:azure-mgmt-digitaltwins:1.0.0
|