PrivateLinkResourcesOperations interface
Interface representing a PrivateLinkResources operations.
Properties
| get | Gets the private link resources that need to be created for a file share. |
| list | Gets the private link resources that need to be created for a file share. |
Property Details
get
Gets the private link resources that need to be created for a file share.
get: (resourceGroupName: string, resourceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Property Value
(resourceGroupName: string, resourceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
list
Gets the private link resources that need to be created for a file share.
list: (resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Property Value
(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>