你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, string, Private |
Get properties of a private link resource. |
list |
List all the private link resources under a topic, domain, or partner namespace. |
Method Details
get(string, string, string, string, PrivateLinkResourcesGetOptionalParams)
Get properties of a private link resource.
function get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription.
- parentType
-
string
The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces'.
- parentName
-
string
The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name).
- privateLinkResourceName
-
string
The name of private link resource.
The options parameters.
Returns
Promise<PrivateLinkResource>
listByResource(string, string, string, PrivateLinkResourcesListByResourceOptionalParams)
List all the private link resources under a topic, domain, or partner namespace.
function listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription.
- parentType
-
string
The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces'.
- parentName
-
string
The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name).
The options parameters.