Condividi tramite


PrefixListGlobalRulestack interface

Interfaccia che rappresenta un prefixListGlobalRulestack.

Metodi

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Creare un oggetto PrefixListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Creare un oggetto PrefixListGlobalRulestackResource

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminare un oggetto PrefixListGlobalRulestackResource

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminare un oggetto PrefixListGlobalRulestackResource

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Ottenere un oggetto PrefixListGlobalRulestackResource

list(string, PrefixListGlobalRulestackListOptionalParams)

Elencare le risorse PrefixListGlobalRulestackResource per tenant

Dettagli metodo

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Creare un oggetto PrefixListGlobalRulestackResource

function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

Priorità regola locale

resource
PrefixListGlobalRulestackResource

Parametri di creazione della risorsa.

Restituisce

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Creare un oggetto PrefixListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListGlobalRulestackResource>

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

Priorità regola locale

resource
PrefixListGlobalRulestackResource

Parametri di creazione della risorsa.

Restituisce

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminare un oggetto PrefixListGlobalRulestackResource

function beginDelete(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

Priorità regola locale

options
PrefixListGlobalRulestackDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminare un oggetto PrefixListGlobalRulestackResource

function beginDeleteAndWait(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<void>

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

Priorità regola locale

options
PrefixListGlobalRulestackDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Ottenere un oggetto PrefixListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackResource>

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

name

string

Priorità regola locale

options
PrefixListGlobalRulestackGetOptionalParams

Parametri delle opzioni.

Restituisce

list(string, PrefixListGlobalRulestackListOptionalParams)

Elencare le risorse PrefixListGlobalRulestackResource per tenant

function list(globalRulestackName: string, options?: PrefixListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<PrefixListGlobalRulestackResource, PrefixListGlobalRulestackResource[], PageSettings>

Parametri

globalRulestackName

string

Nome risorsa GlobalRulestack

options
PrefixListGlobalRulestackListOptionalParams

Parametri delle opzioni.

Restituisce