FqdnListGlobalRulestack interface
代表 FqdnListGlobalRulestack 的介面。
方法
begin |
建立 FqdnListGlobalRulestackResource |
begin |
建立 FqdnListGlobalRulestackResource |
begin |
刪除 FqdnListGlobalRulestackResource |
begin |
刪除 FqdnListGlobalRulestackResource |
get(string, string, Fqdn |
取得 FqdnListGlobalRulestackResource |
list(string, Fqdn |
依租使用者列出 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
資源建立參數。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, 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
資源建立參數。
選項參數。
傳回
Promise<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 清單名稱
選項參數。
傳回
Promise<FqdnListGlobalRulestackResource>
list(string, FqdnListGlobalRulestackListOptionalParams)
依租使用者列出 FqdnListGlobalRulestackResource 資源
function list(globalRulestackName: string, options?: FqdnListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<FqdnListGlobalRulestackResource, FqdnListGlobalRulestackResource[], PageSettings>
參數
- globalRulestackName
-
string
GlobalRulestack 資源名稱
選項參數。