PrivateLinkScopes interface
Schnittstelle, die ein PrivateLinkScopes darstellt.
Methoden
begin |
Löscht ein Azure Arc PrivateLinkScope. |
begin |
Löscht ein Azure Arc PrivateLinkScope. |
create |
Erstellt (oder aktualisiert) ein Azure Arc PrivateLinkScope. Hinweis: Sie können keinen anderen Wert für InstrumentationKey oder AppId im Put-Vorgang angeben. |
get(string, string, Private |
Gibt ein Azure Arc PrivateLinkScope zurück. |
get |
Gibt die Validierungsdetails eines Azure Arc PrivateLinkScope zurück. |
get |
Gibt die Validierungsdetails eines Azure Arc PrivateLinkScope für einen bestimmten Computer zurück. |
list(Private |
Ruft eine Liste aller Azure Arc PrivateLinkScopes innerhalb eines Abonnements ab. |
list |
Ruft eine Liste von Azure Arc PrivateLinkScopes innerhalb einer Ressourcengruppe ab. |
update |
Aktualisierungen die Tags eines vorhandenen PrivateLinkScope-Elements. Um andere Felder zu aktualisieren, verwenden Sie die CreateOrUpdate-Methode. |
Details zur Methode
beginDelete(string, string, PrivateLinkScopesDeleteOptionalParams)
Löscht ein Azure Arc PrivateLinkScope.
function beginDelete(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- scopeName
-
string
Der Name der Azure Arc PrivateLinkScope-Ressource.
Die Optionsparameter.
Gibt zurück
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, PrivateLinkScopesDeleteOptionalParams)
Löscht ein Azure Arc PrivateLinkScope.
function beginDeleteAndWait(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<void>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- scopeName
-
string
Der Name der Azure Arc PrivateLinkScope-Ressource.
Die Optionsparameter.
Gibt zurück
Promise<void>
createOrUpdate(string, string, HybridComputePrivateLinkScope, PrivateLinkScopesCreateOrUpdateOptionalParams)
Erstellt (oder aktualisiert) ein Azure Arc PrivateLinkScope. Hinweis: Sie können keinen anderen Wert für InstrumentationKey oder AppId im Put-Vorgang angeben.
function createOrUpdate(resourceGroupName: string, scopeName: string, parameters: HybridComputePrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams): Promise<HybridComputePrivateLinkScope>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- scopeName
-
string
Der Name der Azure Arc PrivateLinkScope-Ressource.
- parameters
- HybridComputePrivateLinkScope
Eigenschaften, die angegeben werden müssen, um ein Azure Arc für Server und Cluster PrivateLinkScope zu erstellen oder zu aktualisieren.
Die Optionsparameter.
Gibt zurück
Promise<HybridComputePrivateLinkScope>
get(string, string, PrivateLinkScopesGetOptionalParams)
Gibt ein Azure Arc PrivateLinkScope zurück.
function get(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams): Promise<HybridComputePrivateLinkScope>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- scopeName
-
string
Der Name der Azure Arc PrivateLinkScope-Ressource.
Die Optionsparameter.
Gibt zurück
Promise<HybridComputePrivateLinkScope>
getValidationDetails(string, string, PrivateLinkScopesGetValidationDetailsOptionalParams)
Gibt die Validierungsdetails eines Azure Arc PrivateLinkScope zurück.
function getValidationDetails(location: string, privateLinkScopeId: string, options?: PrivateLinkScopesGetValidationDetailsOptionalParams): Promise<PrivateLinkScopeValidationDetails>
Parameter
- location
-
string
Der Speicherort der Zielressource.
- privateLinkScopeId
-
string
Die ID (Guid) der Azure Arc PrivateLinkScope-Ressource.
Die Optionsparameter.
Gibt zurück
Promise<PrivateLinkScopeValidationDetails>
getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)
Gibt die Validierungsdetails eines Azure Arc PrivateLinkScope für einen bestimmten Computer zurück.
function getValidationDetailsForMachine(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams): Promise<PrivateLinkScopeValidationDetails>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- machineName
-
string
Der Name des Zielcomputers, für den die Überprüfungsdetails des Private Link-Bereichs abgerufen werden sollen.
Die Optionsparameter.
Gibt zurück
Promise<PrivateLinkScopeValidationDetails>
list(PrivateLinkScopesListOptionalParams)
Ruft eine Liste aller Azure Arc PrivateLinkScopes innerhalb eines Abonnements ab.
function list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>
Parameter
Die Optionsparameter.
Gibt zurück
listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)
Ruft eine Liste von Azure Arc PrivateLinkScopes innerhalb einer Ressourcengruppe ab.
function listByResourceGroup(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
Die Optionsparameter.
Gibt zurück
updateTags(string, string, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams)
Aktualisierungen die Tags eines vorhandenen PrivateLinkScope-Elements. Um andere Felder zu aktualisieren, verwenden Sie die CreateOrUpdate-Methode.
function updateTags(resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams): Promise<HybridComputePrivateLinkScope>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- scopeName
-
string
Der Name der Azure Arc PrivateLinkScope-Ressource.
- privateLinkScopeTags
- TagsResource
Die Taginformationen wurden aktualisiert, um sie in der PrivateLinkScope-Instanz festzulegen.
Die Optionsparameter.
Gibt zurück
Promise<HybridComputePrivateLinkScope>