Sdílet prostřednictvím


FqdnListGlobalRulestack interface

Rozhraní představující FqdnListGlobalRulestack.

Metody

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Vytvoření FqdnListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Vytvoření FqdnListGlobalRulestackResource

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Odstranění FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Odstranění FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Získání FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

Výpis prostředků FqdnListGlobalRulestackResource podle tenanta

Podrobnosti metody

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Vytvoření FqdnListGlobalRulestackResource

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Název plně kvalifikovaného názvu domény

resource
FqdnListGlobalRulestackResource

Parametry vytváření prostředků.

Návraty

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Vytvoření FqdnListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListGlobalRulestackResource>

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Název plně kvalifikovaného názvu domény

resource
FqdnListGlobalRulestackResource

Parametry vytváření prostředků.

Návraty

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Odstranění FqdnListGlobalRulestackResource

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Název plně kvalifikovaného názvu domény

options
FqdnListGlobalRulestackDeleteOptionalParams

Parametry možností

Návraty

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Odstranění FqdnListGlobalRulestackResource

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Název plně kvalifikovaného názvu domény

options
FqdnListGlobalRulestackDeleteOptionalParams

Parametry možností

Návraty

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Získání FqdnListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackGetOptionalParams): Promise<FqdnListGlobalRulestackResource>

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

name

string

Název plně kvalifikovaného názvu domény

options
FqdnListGlobalRulestackGetOptionalParams

Parametry možností

Návraty

list(string, FqdnListGlobalRulestackListOptionalParams)

Výpis prostředků FqdnListGlobalRulestackResource podle tenanta

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

Parametry

globalRulestackName

string

Název prostředku GlobalRulestack

options
FqdnListGlobalRulestackListOptionalParams

Parametry možností

Návraty