PrivateLinkResourcesOperations interface
Interface que representa uma operação PrivateLinkResources.
Propriedades
| get | Obtém os recursos de link privado que precisam ser criados para um PrivateLinkScope do Azure Monitor. |
| list |
Obtém os recursos de link privado que precisam ser criados para um PrivateLinkScope do Azure Monitor. |
Detalhes da propriedade
get
Obtém os recursos de link privado que precisam ser criados para um PrivateLinkScope do Azure Monitor.
get: (resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Valor da propriedade
(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByPrivateLinkScope
Obtém os recursos de link privado que precisam ser criados para um PrivateLinkScope do Azure Monitor.
listByPrivateLinkScope: (resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Valor da propriedade
(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>