PrivateLinkResourcesOperations interface

Interface representing a PrivateLinkResources operations.

Properties

get

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

listByPrivateLinkScope

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

Property Details

get

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

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

Property Value

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

listByPrivateLinkScope

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

listByPrivateLinkScope: (resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => Promise<PrivateLinkResourceListResult>

Property Value

(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => Promise<PrivateLinkResourceListResult>