Condividi tramite


ManagementAssociations interface

Interfaccia che rappresenta un oggetto ManagementAssociations.

Metodi

createOrUpdate(string, string, string, string, string, ManagementAssociation, ManagementAssociationsCreateOrUpdateOptionalParams)

Crea o aggiorna l'associazione ManagementAssociation.

delete(string, string, string, string, string, ManagementAssociationsDeleteOptionalParams)

Elimina l'associazione ManagementAssociation nella sottoscrizione.

get(string, string, string, string, string, ManagementAssociationsGetOptionalParams)

Recupera l'utente ManagementAssociation.

listBySubscription(ManagementAssociationsListBySubscriptionOptionalParams)

Recupera l'elenco ManagementAssociations.

Dettagli metodo

createOrUpdate(string, string, string, string, string, ManagementAssociation, ManagementAssociationsCreateOrUpdateOptionalParams)

Crea o aggiorna l'associazione ManagementAssociation.

function createOrUpdate(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, parameters: ManagementAssociation, options?: ManagementAssociationsCreateOrUpdateOptionalParams): Promise<ManagementAssociation>

Parametri

resourceGroupName

string

Nome del gruppo di risorse da ottenere. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

providerName

string

Nome del provider per la risorsa padre.

resourceType

string

Tipo di risorsa per la risorsa padre

resourceName

string

Nome risorsa padre.

managementAssociationName

string

User ManagementNome di associazione.

parameters
ManagementAssociation

Parametri necessari per creare l'estensione ManagementAssociation.

options
ManagementAssociationsCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

delete(string, string, string, string, string, ManagementAssociationsDeleteOptionalParams)

Elimina l'associazione ManagementAssociation nella sottoscrizione.

function delete(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, options?: ManagementAssociationsDeleteOptionalParams): Promise<void>

Parametri

resourceGroupName

string

Nome del gruppo di risorse da ottenere. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

providerName

string

Nome del provider per la risorsa padre.

resourceType

string

Tipo di risorsa per la risorsa padre

resourceName

string

Nome risorsa padre.

managementAssociationName

string

User ManagementNome di associazione.

options
ManagementAssociationsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, string, string, ManagementAssociationsGetOptionalParams)

Recupera l'utente ManagementAssociation.

function get(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, options?: ManagementAssociationsGetOptionalParams): Promise<ManagementAssociation>

Parametri

resourceGroupName

string

Nome del gruppo di risorse da ottenere. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

providerName

string

Nome del provider per la risorsa padre.

resourceType

string

Tipo di risorsa per la risorsa padre

resourceName

string

Nome risorsa padre.

managementAssociationName

string

User ManagementNome di associazione.

options
ManagementAssociationsGetOptionalParams

Parametri delle opzioni.

Restituisce

listBySubscription(ManagementAssociationsListBySubscriptionOptionalParams)

Recupera l'elenco ManagementAssociations.

function listBySubscription(options?: ManagementAssociationsListBySubscriptionOptionalParams): Promise<ManagementAssociationPropertiesList>

Parametri

Restituisce