PrivateLinkResourcesOperations interface

Interface representing a PrivateLinkResources operations.

Properties

get

Gets the private link resources that need to be created for an EnterprisePolicy.

listByEnterprisePolicy

Gets the private link resources that need to be created for enterprisePolicy.

Property Details

get

Gets the private link resources that need to be created for an EnterprisePolicy.

get: (resourceGroupName: string, enterprisePolicyName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

Property Value

(resourceGroupName: string, enterprisePolicyName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

listByEnterprisePolicy

Gets the private link resources that need to be created for enterprisePolicy.

listByEnterprisePolicy: (resourceGroupName: string, enterprisePolicyName: string, options?: PrivateLinkResourcesListByEnterprisePolicyOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Property Value

(resourceGroupName: string, enterprisePolicyName: string, options?: PrivateLinkResourcesListByEnterprisePolicyOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>