PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Get Private link resource object. |
list |
Get list of Private link resources. |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Get Private link resource object.
function get(resourceGroupName: string, farmBeatsResourceName: string, subResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- farmBeatsResourceName
-
string
FarmBeats resource name.
- subResourceName
-
string
Sub resource name.
The options parameters.
Returns
Promise<PrivateLinkResource>
listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)
Get list of Private link resources.
function listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- farmBeatsResourceName
-
string
FarmBeats resource name.
The options parameters.
Returns
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript