共用方式為


FqdnListLocalRulestack interface

表示 FqdnListLocalRulestack 的介面。

方法

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

建立 FqdnListLocalRulestackResource

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

建立 FqdnListLocalRulestackResource

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

刪除 FqdnListLocalRulestackResource

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

刪除 FqdnListLocalRulestackResource

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

取得 FqdnListLocalRulestackResource

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

依 LocalRulestacks 列出 FqdnListLocalRulestackResource 資源

方法詳細資料

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

建立 FqdnListLocalRulestackResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

name

string

fqdn 清單名稱

resource
FqdnListLocalRulestackResource

資源建立參數。

傳回

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

建立 FqdnListLocalRulestackResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListLocalRulestackResource>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

name

string

fqdn 清單名稱

resource
FqdnListLocalRulestackResource

資源建立參數。

傳回

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

刪除 FqdnListLocalRulestackResource

function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

name

string

fqdn 清單名稱

傳回

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

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

刪除 FqdnListLocalRulestackResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

name

string

fqdn 清單名稱

傳回

Promise<void>

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

取得 FqdnListLocalRulestackResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

name

string

fqdn 清單名稱

options
FqdnListLocalRulestackGetOptionalParams

選項參數。

傳回

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

依 LocalRulestacks 列出 FqdnListLocalRulestackResource 資源

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource, FqdnListLocalRulestackResource[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

localRulestackName

string

LocalRulestack 資源名稱

傳回