IpAllocations interface
IpAllocations를 나타내는 인터페이스입니다.
메서드
| begin |
지정된 리소스 그룹에서 IpAllocation을 만들거나 업데이트합니다. |
| begin |
지정된 리소스 그룹에서 IpAllocation을 만들거나 업데이트합니다. |
| begin |
지정된 IpAllocation을 삭제합니다. |
| begin |
지정된 IpAllocation을 삭제합니다. |
| get(string, string, Ip |
리소스 그룹별로 지정된 IpAllocation을 가져옵니다. |
| list(Ip |
구독의 모든 IpAllocations를 가져옵니다. |
| list |
리소스 그룹의 모든 IpAllocations를 가져옵니다. |
| update |
IpAllocation 태그를 업데이트합니다. |
메서드 세부 정보
beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)
지정된 리소스 그룹에서 IpAllocation을 만들거나 업데이트합니다.
function beginCreateOrUpdate(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- ipAllocationName
-
string
IpAllocation의 이름입니다.
- parameters
- IpAllocation
가상 네트워크 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)
지정된 리소스 그룹에서 IpAllocation을 만들거나 업데이트합니다.
function beginCreateOrUpdateAndWait(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<IpAllocation>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- ipAllocationName
-
string
IpAllocation의 이름입니다.
- parameters
- IpAllocation
가상 네트워크 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<IpAllocation>
beginDelete(string, string, IpAllocationsDeleteOptionalParams)
지정된 IpAllocation을 삭제합니다.
function beginDelete(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- ipAllocationName
-
string
IpAllocation의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)
지정된 IpAllocation을 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- ipAllocationName
-
string
IpAllocation의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, IpAllocationsGetOptionalParams)
리소스 그룹별로 지정된 IpAllocation을 가져옵니다.
function get(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams): Promise<IpAllocation>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- ipAllocationName
-
string
IpAllocation의 이름입니다.
- options
- IpAllocationsGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<IpAllocation>
list(IpAllocationsListOptionalParams)
구독의 모든 IpAllocations를 가져옵니다.
function list(options?: IpAllocationsListOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
매개 변수
- options
- IpAllocationsListOptionalParams
옵션 매개 변수입니다.
반환
listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)
리소스 그룹의 모든 IpAllocations를 가져옵니다.
function listByResourceGroup(resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
옵션 매개 변수입니다.
반환
updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)
IpAllocation 태그를 업데이트합니다.
function updateTags(resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams): Promise<IpAllocation>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다.
- ipAllocationName
-
string
IpAllocation의 이름입니다.
- parameters
- TagsObject
IpAllocation 태그를 업데이트하기 위해 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<IpAllocation>