61 строка
4.9 KiB
YAML
61 строка
4.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PrivateLinkResources"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PrivateLinkResources"
|
|
name: "PrivateLinkResources"
|
|
nameWithType: "PrivateLinkResources"
|
|
summary: "Type representing Private<wbr>Link<wbr>Resources."
|
|
syntax: "public interface **PrivateLinkResources**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PrivateLinkResources.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PrivateLinkResources.getAsync(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)"
|
|
name: "getAsync(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)"
|
|
nameWithType: "PrivateLinkResources.getAsync(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)"
|
|
summary: "Get a private link resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the user's subscription."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'."
|
|
name: "parentType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the parent resource (namely, either, the topic name or domain name)."
|
|
name: "parentName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of private link resource."
|
|
name: "privateLinkResourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<PrivateLinkResource> getAsync(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)"
|
|
desc: "Get a private link resource. Get properties of a private link resource."
|
|
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.eventgrid.v2020_04_01_preview.PrivateLinkResource?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PrivateLinkResource&text=PrivateLinkResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PrivateLinkResources.listByResourceAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PrivateLinkResources.listByResourceAsync(String resourceGroupName, String parentType, String parentName)"
|
|
name: "listByResourceAsync(String resourceGroupName, String parentType, String parentName)"
|
|
nameWithType: "PrivateLinkResources.listByResourceAsync(String resourceGroupName, String parentType, String parentName)"
|
|
summary: "List private link resources under specific topic or domain."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the user's subscription."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'."
|
|
name: "parentType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the parent resource (namely, either, the topic name or domain name)."
|
|
name: "parentName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<PrivateLinkResource> listByResourceAsync(String resourceGroupName, String parentType, String parentName)"
|
|
desc: "List private link resources under specific topic or domain. List all the private link resources under a topic or domain."
|
|
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.eventgrid.v2020_04_01_preview.PrivateLinkResource?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.PrivateLinkResource&text=PrivateLinkResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Type representing PrivateLinkResources."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
|
|
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3
|