FqdnListLocalRulestack interface
FqdnListLocalRulestack을 나타내는 인터페이스입니다.
메서드
begin |
FqdnListLocalRulestackResource 만들기 |
begin |
FqdnListLocalRulestackResource 만들기 |
begin |
FqdnListLocalRulestackResource 삭제 |
begin |
FqdnListLocalRulestackResource 삭제 |
get(string, string, string, Fqdn |
FqdnListLocalRulestackResource 가져오기 |
list |
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
리소스 만들기 매개 변수.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, 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
리소스 만들기 매개 변수.
옵션 매개 변수입니다.
반환
Promise<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 목록 이름
옵션 매개 변수입니다.
반환
Promise<FqdnListLocalRulestackResource>
listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)
LocalRulestacks별 FqdnListLocalRulestackResource 리소스 나열
function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource, FqdnListLocalRulestackResource[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- localRulestackName
-
string
LocalRulestack 리소스 이름
옵션 매개 변수입니다.