PrivateLinkResourcesOperations interface

Interface representing a PrivateLinkResources operations.

Properties

get

Gets a private link resource that need to be created for a configuration store.

listByConfigurationStore

Gets the private link resources that need to be created for a configuration store.

Property Details

get

Gets a private link resource that need to be created for a configuration store.

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

Property Value

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

listByConfigurationStore

Gets the private link resources that need to be created for a configuration store.

listByConfigurationStore: (resourceGroupName: string, configStoreName: string, options?: PrivateLinkResourcesListByConfigurationStoreOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Property Value

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