다음을 통해 공유


IpExtendedCommunities interface

IpExtendedCommunities를 나타내는 인터페이스입니다.

메서드

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

IP 확장 커뮤니티 PUT 메서드를 구현합니다.

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

IP 확장 커뮤니티 PUT 메서드를 구현합니다.

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

IP 확장 커뮤니티 DELETE 메서드를 구현합니다.

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

IP 확장 커뮤니티 DELETE 메서드를 구현합니다.

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

IP 확장 커뮤니티 리소스의 특정 속성을 업데이트하는 API입니다.

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

IP 확장 커뮤니티 리소스의 특정 속성을 업데이트하는 API입니다.

get(string, string, IpExtendedCommunitiesGetOptionalParams)

IP 확장 커뮤니티 GET 메서드를 구현합니다.

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

리소스 그룹 GET 메서드별로 IpExtendedCommunities 목록을 구현합니다.

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

구독 GET 메서드별로 IpExtendedCommunities 목록을 구현합니다.

메서드 세부 정보

beginCreate(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

IP 확장 커뮤니티 PUT 메서드를 구현합니다.

function beginCreate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

ipExtendedCommunityName

string

IP 확장 커뮤니티의 이름입니다.

body
IpExtendedCommunity

페이로드를 요청합니다.

options
IpExtendedCommunitiesCreateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateAndWait(string, string, IpExtendedCommunity, IpExtendedCommunitiesCreateOptionalParams)

IP 확장 커뮤니티 PUT 메서드를 구현합니다.

function beginCreateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunity, options?: IpExtendedCommunitiesCreateOptionalParams): Promise<IpExtendedCommunity>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

ipExtendedCommunityName

string

IP 확장 커뮤니티의 이름입니다.

body
IpExtendedCommunity

페이로드를 요청합니다.

options
IpExtendedCommunitiesCreateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)

IP 확장 커뮤니티 DELETE 메서드를 구현합니다.

function beginDelete(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

ipExtendedCommunityName

string

IP 확장 커뮤니티의 이름입니다.

options
IpExtendedCommunitiesDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)

IP 확장 커뮤니티 DELETE 메서드를 구현합니다.

function beginDeleteAndWait(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<IpExtendedCommunitiesDeleteHeaders>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

ipExtendedCommunityName

string

IP 확장 커뮤니티의 이름입니다.

options
IpExtendedCommunitiesDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginUpdate(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

IP 확장 커뮤니티 리소스의 특정 속성을 업데이트하는 API입니다.

function beginUpdate(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunity>, IpExtendedCommunity>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

ipExtendedCommunityName

string

IP 확장 커뮤니티의 이름입니다.

body
IpExtendedCommunityPatch

업데이트할 IP 확장 커뮤니티 속성입니다.

options
IpExtendedCommunitiesUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginUpdateAndWait(string, string, IpExtendedCommunityPatch, IpExtendedCommunitiesUpdateOptionalParams)

IP 확장 커뮤니티 리소스의 특정 속성을 업데이트하는 API입니다.

function beginUpdateAndWait(resourceGroupName: string, ipExtendedCommunityName: string, body: IpExtendedCommunityPatch, options?: IpExtendedCommunitiesUpdateOptionalParams): Promise<IpExtendedCommunity>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

ipExtendedCommunityName

string

IP 확장 커뮤니티의 이름입니다.

body
IpExtendedCommunityPatch

업데이트할 IP 확장 커뮤니티 속성입니다.

options
IpExtendedCommunitiesUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, IpExtendedCommunitiesGetOptionalParams)

IP 확장 커뮤니티 GET 메서드를 구현합니다.

function get(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams): Promise<IpExtendedCommunity>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

ipExtendedCommunityName

string

IP 확장 커뮤니티의 이름입니다.

options
IpExtendedCommunitiesGetOptionalParams

옵션 매개 변수입니다.

반환

listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)

리소스 그룹 GET 메서드별로 IpExtendedCommunities 목록을 구현합니다.

function listByResourceGroup(resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

options
IpExtendedCommunitiesListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)

구독 GET 메서드별로 IpExtendedCommunities 목록을 구현합니다.

function listBySubscription(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>

매개 변수

options
IpExtendedCommunitiesListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환