Delen via


PrivateLinkScopes interface

Interface die een PrivateLinkScopes vertegenwoordigt.

Methoden

beginDelete(string, string, PrivateLinkScopesDeleteOptionalParams)

Hiermee verwijdert u een Azure Arc PrivateLinkScope.

beginDeleteAndWait(string, string, PrivateLinkScopesDeleteOptionalParams)

Hiermee verwijdert u een Azure Arc PrivateLinkScope.

createOrUpdate(string, string, HybridComputePrivateLinkScope, PrivateLinkScopesCreateOrUpdateOptionalParams)

Hiermee maakt u (of werkt) een Azure Arc PrivateLinkScope. Opmerking: U kunt geen andere waarde opgeven voor InstrumentationKey of AppId in de Put-bewerking.

get(string, string, PrivateLinkScopesGetOptionalParams)

Hiermee wordt een Azure Arc PrivateLinkScope geretourneerd.

getValidationDetails(string, string, PrivateLinkScopesGetValidationDetailsOptionalParams)

Retourneert de validatiegegevens van een Azure Arc PrivateLinkScope.

getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)

Retourneert de validatiegegevens van Een Azure Arc PrivateLinkScope voor een bepaalde machine.

list(PrivateLinkScopesListOptionalParams)

Hiermee haalt u een lijst op van alle Azure Arc PrivateLinkScopes binnen een abonnement.

listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)

Hiermee haalt u een lijst met Azure Arc PrivateLinkScopes op binnen een resourcegroep.

updateTags(string, string, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams)

Hiermee werkt u de tags van een bestaande PrivateLinkScope bij. Als u andere velden wilt bijwerken, gebruikt u de methode CreateOrUpdate.

Methodedetails

beginDelete(string, string, PrivateLinkScopesDeleteOptionalParams)

Hiermee verwijdert u een Azure Arc PrivateLinkScope.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

scopeName

string

De naam van de Azure Arc PrivateLinkScope-resource.

options
PrivateLinkScopesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, PrivateLinkScopesDeleteOptionalParams)

Hiermee verwijdert u een Azure Arc PrivateLinkScope.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

scopeName

string

De naam van de Azure Arc PrivateLinkScope-resource.

options
PrivateLinkScopesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

createOrUpdate(string, string, HybridComputePrivateLinkScope, PrivateLinkScopesCreateOrUpdateOptionalParams)

Hiermee maakt u (of werkt) een Azure Arc PrivateLinkScope. Opmerking: U kunt geen andere waarde opgeven voor InstrumentationKey of AppId in de Put-bewerking.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

scopeName

string

De naam van de Azure Arc PrivateLinkScope-resource.

parameters
HybridComputePrivateLinkScope

Eigenschappen die moeten worden opgegeven om een Azure Arc voor servers en clusters PrivateLinkScope te maken of bij te werken.

options
PrivateLinkScopesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

get(string, string, PrivateLinkScopesGetOptionalParams)

Hiermee wordt een Azure Arc PrivateLinkScope geretourneerd.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

scopeName

string

De naam van de Azure Arc PrivateLinkScope-resource.

options
PrivateLinkScopesGetOptionalParams

De optiesparameters.

Retouren

getValidationDetails(string, string, PrivateLinkScopesGetValidationDetailsOptionalParams)

Retourneert de validatiegegevens van een Azure Arc PrivateLinkScope.

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

Parameters

location

string

De locatie van de doelresource.

privateLinkScopeId

string

De id (GUID) van de Azure Arc PrivateLinkScope-resource.

Retouren

getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)

Retourneert de validatiegegevens van Een Azure Arc PrivateLinkScope voor een bepaalde machine.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

machineName

string

De naam van de doelcomputer voor het ophalen van de validatiedetails van het private link-bereik.

Retouren

list(PrivateLinkScopesListOptionalParams)

Hiermee haalt u een lijst op van alle Azure Arc PrivateLinkScopes binnen een abonnement.

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

Parameters

options
PrivateLinkScopesListOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)

Hiermee haalt u een lijst met Azure Arc PrivateLinkScopes op binnen een resourcegroep.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

Retouren

updateTags(string, string, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams)

Hiermee werkt u de tags van een bestaande PrivateLinkScope bij. Als u andere velden wilt bijwerken, gebruikt u de methode CreateOrUpdate.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

scopeName

string

De naam van de Azure Arc PrivateLinkScope-resource.

privateLinkScopeTags
TagsResource

Taggegevens bijgewerkt die moeten worden ingesteld in het PrivateLinkScope-exemplaar.

options
PrivateLinkScopesUpdateTagsOptionalParams

De optiesparameters.

Retouren