共用方式為


FqdnListGlobalRulestack interface

代表 FqdnListGlobalRulestack 的介面。

方法

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

建立 FqdnListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

建立 FqdnListGlobalRulestackResource

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

刪除 FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

刪除 FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

取得 FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

依租使用者列出 FqdnListGlobalRulestackResource 資源

方法詳細資料

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

建立 FqdnListGlobalRulestackResource

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

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

fqdn 清單名稱

resource
FqdnListGlobalRulestackResource

資源建立參數。

傳回

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

建立 FqdnListGlobalRulestackResource

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

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

fqdn 清單名稱

resource
FqdnListGlobalRulestackResource

資源建立參數。

傳回

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

刪除 FqdnListGlobalRulestackResource

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

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

fqdn 清單名稱

傳回

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

刪除 FqdnListGlobalRulestackResource

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

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

fqdn 清單名稱

傳回

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

取得 FqdnListGlobalRulestackResource

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

參數

globalRulestackName

string

GlobalRulestack 資源名稱

name

string

fqdn 清單名稱

傳回

list(string, FqdnListGlobalRulestackListOptionalParams)

依租使用者列出 FqdnListGlobalRulestackResource 資源

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

參數

globalRulestackName

string

GlobalRulestack 資源名稱

傳回