다음을 통해 공유


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

리소스 만들기 매개 변수.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

리소스 만들기 매개 변수.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

FqdnListGlobalRulestackResource 삭제

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

매개 변수

globalRulestackName

string

GlobalRulestack 리소스 이름

name

string

fqdn 목록 이름

options
FqdnListGlobalRulestackDeleteOptionalParams

옵션 매개 변수입니다.

반환

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 목록 이름

options
FqdnListGlobalRulestackDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

FqdnListGlobalRulestackResource 가져오기

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

매개 변수

globalRulestackName

string

GlobalRulestack 리소스 이름

name

string

fqdn 목록 이름

options
FqdnListGlobalRulestackGetOptionalParams

옵션 매개 변수입니다.

반환

list(string, FqdnListGlobalRulestackListOptionalParams)

테넌트별 FqdnListGlobalRulestackResource 리소스 나열

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

매개 변수

globalRulestackName

string

GlobalRulestack 리소스 이름

options
FqdnListGlobalRulestackListOptionalParams

옵션 매개 변수입니다.

반환