PrivateLinkScopesOperations interface

Schnittstelle stellt eine PrivateLinkScopes-Operation dar.

Eigenschaften

beginDelete
beginDeleteAndWait
createOrUpdate

Erstellt (oder aktualisiert) einen Azure Arc PrivateLinkScope. Hinweis: Sie können keinen anderen Wert für InstrumentationKey oder AppId im Put-Vorgang angeben.

delete

Löscht einen Azure Arc PrivateLinkScope.

get

Gibt einen Azure Arc PrivateLinkScope zurück.

getValidationDetails

Gibt die Validierungsdetails von Azure Arc PrivateLinkScope zurück.

getValidationDetailsForMachine

Gibt die Validierungsdetails von Azure Arc PrivateLinkScope für einen bestimmten Computer zurück.

list

Ruft eine Liste aller Azure Arc PrivateLinkScopes innerhalb eines Abonnements ab.

listByResourceGroup

Ruft eine Liste der Azure Arc PrivateLinkScopes innerhalb einer Ressourcengruppe ab.

updateTags

Aktualisiert die Tags eines vorhandenen PrivateLinkScopes. Verwenden Sie zum Aktualisieren anderer Felder die CreateOrUpdate-Methode.

Details zur Eigenschaft

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

beginDelete: (resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Eigenschaftswert

(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => Promise<void>

Eigenschaftswert

(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => Promise<void>

createOrUpdate

Erstellt (oder aktualisiert) einen Azure Arc PrivateLinkScope. Hinweis: Sie können keinen anderen Wert für InstrumentationKey oder AppId im Put-Vorgang angeben.

createOrUpdate: (resourceGroupName: string, scopeName: string, parameters: HybridComputePrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams) => Promise<HybridComputePrivateLinkScope>

Eigenschaftswert

(resourceGroupName: string, scopeName: string, parameters: HybridComputePrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams) => Promise<HybridComputePrivateLinkScope>

delete

Löscht einen Azure Arc PrivateLinkScope.

delete: (resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gibt einen Azure Arc PrivateLinkScope zurück.

get: (resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams) => Promise<HybridComputePrivateLinkScope>

Eigenschaftswert

(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams) => Promise<HybridComputePrivateLinkScope>

getValidationDetails

Gibt die Validierungsdetails von Azure Arc PrivateLinkScope zurück.

getValidationDetails: (location: string, privateLinkScopeId: string, options?: PrivateLinkScopesGetValidationDetailsOptionalParams) => Promise<PrivateLinkScopeValidationDetails>

Eigenschaftswert

(location: string, privateLinkScopeId: string, options?: PrivateLinkScopesGetValidationDetailsOptionalParams) => Promise<PrivateLinkScopeValidationDetails>

getValidationDetailsForMachine

Gibt die Validierungsdetails von Azure Arc PrivateLinkScope für einen bestimmten Computer zurück.

getValidationDetailsForMachine: (resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams) => Promise<PrivateLinkScopeValidationDetails>

Eigenschaftswert

(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams) => Promise<PrivateLinkScopeValidationDetails>

list

Ruft eine Liste aller Azure Arc PrivateLinkScopes innerhalb eines Abonnements ab.

list: (options?: PrivateLinkScopesListOptionalParams) => PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

Eigenschaftswert

(options?: PrivateLinkScopesListOptionalParams) => PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

listByResourceGroup

Ruft eine Liste der Azure Arc PrivateLinkScopes innerhalb einer Ressourcengruppe ab.

listByResourceGroup: (resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

updateTags

Aktualisiert die Tags eines vorhandenen PrivateLinkScopes. Verwenden Sie zum Aktualisieren anderer Felder die CreateOrUpdate-Methode.

updateTags: (resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams) => Promise<HybridComputePrivateLinkScope>

Eigenschaftswert

(resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams) => Promise<HybridComputePrivateLinkScope>