다음을 통해 공유


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

리소스 만들기 매개 변수.

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

리소스 만들기 매개 변수.

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

options
FqdnListLocalRulestackDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

options
FqdnListLocalRulestackDeleteOptionalParams

옵션 매개 변수입니다.

반환

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 리소스 이름

options
FqdnListLocalRulestackListByLocalRulestacksOptionalParams

옵션 매개 변수입니다.

반환