PrivateLinkResourcesOperations interface
Interface representing a PrivateLinkResources operations.
Properties
| get | Get properties of a private link resource. |
| list |
List all the private link resources under a topic, domain, or partner namespace or namespace. |
Property Details
get
Get properties of a private link resource.
get: (resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Property Value
(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByResource
List all the private link resources under a topic, domain, or partner namespace or namespace.
listByResource: (resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Property Value
(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>