IpExtendedCommunities interface
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
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
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
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
Promise<IpExtendedCommunity>
beginDelete(string, string, IpExtendedCommunitiesDeleteOptionalParams)
IP 확장 커뮤니티 DELETE 메서드를 구현합니다.
function beginDelete(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- ipExtendedCommunityName
-
string
IP 확장 커뮤니티의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpExtendedCommunitiesDeleteHeaders>, IpExtendedCommunitiesDeleteHeaders>>
beginDeleteAndWait(string, string, IpExtendedCommunitiesDeleteOptionalParams)
IP 확장 커뮤니티 DELETE 메서드를 구현합니다.
function beginDeleteAndWait(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesDeleteOptionalParams): Promise<IpExtendedCommunitiesDeleteHeaders>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- ipExtendedCommunityName
-
string
IP 확장 커뮤니티의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<IpExtendedCommunitiesDeleteHeaders>
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 확장 커뮤니티의 이름입니다.
업데이트할 IP 확장 커뮤니티 속성입니다.
옵션 매개 변수입니다.
반환
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 확장 커뮤니티의 이름입니다.
업데이트할 IP 확장 커뮤니티 속성입니다.
옵션 매개 변수입니다.
반환
Promise<IpExtendedCommunity>
get(string, string, IpExtendedCommunitiesGetOptionalParams)
IP 확장 커뮤니티 GET 메서드를 구현합니다.
function get(resourceGroupName: string, ipExtendedCommunityName: string, options?: IpExtendedCommunitiesGetOptionalParams): Promise<IpExtendedCommunity>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- ipExtendedCommunityName
-
string
IP 확장 커뮤니티의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<IpExtendedCommunity>
listByResourceGroup(string, IpExtendedCommunitiesListByResourceGroupOptionalParams)
리소스 그룹 GET 메서드별로 IpExtendedCommunities 목록을 구현합니다.
function listByResourceGroup(resourceGroupName: string, options?: IpExtendedCommunitiesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
옵션 매개 변수입니다.
반환
listBySubscription(IpExtendedCommunitiesListBySubscriptionOptionalParams)
구독 GET 메서드별로 IpExtendedCommunities 목록을 구현합니다.
function listBySubscription(options?: IpExtendedCommunitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpExtendedCommunity, IpExtendedCommunity[], PageSettings>
매개 변수
옵션 매개 변수입니다.