IpAllocationsOperations interface
Az IpAllocations műveleteket represztrált interfész.
Tulajdonságok
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Létrehoz vagy frissít egy IpAllocation a megadott erőforráscsoportban. |
| delete | Törli a megadott IpAllocation-t. |
| get | Lekéri a megadott IpAllocation erőforráscsoport szerint. |
| list | Lekéri az előfizetés összes IpAllocations értékét. |
| list |
Lekéri az összes IpAllocations egy erőforráscsoportban. |
| update |
Frissíti az IpAllocation címkéket. |
Tulajdonság adatai
beginCreateOrUpdate
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
Tulajdonság értéke
(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
beginCreateOrUpdateAndWait
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => Promise<IpAllocation>
Tulajdonság értéke
(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => Promise<IpAllocation>
beginDelete
Figyelmeztetés
Ez az API már elavult.
use delete instead
beginDelete: (resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Tulajdonság értéke
(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Figyelmeztetés
Ez az API már elavult.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => Promise<void>
Tulajdonság értéke
(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => Promise<void>
createOrUpdate
Létrehoz vagy frissít egy IpAllocation a megadott erőforráscsoportban.
createOrUpdate: (resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpAllocation>, IpAllocation>
Tulajdonság értéke
(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpAllocation>, IpAllocation>
delete
Törli a megadott IpAllocation-t.
delete: (resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Tulajdonság értéke
(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Lekéri a megadott IpAllocation erőforráscsoport szerint.
get: (resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams) => Promise<IpAllocation>
Tulajdonság értéke
(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams) => Promise<IpAllocation>
list
Lekéri az előfizetés összes IpAllocations értékét.
list: (options?: IpAllocationsListOptionalParams) => PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Tulajdonság értéke
(options?: IpAllocationsListOptionalParams) => PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
listByResourceGroup
Lekéri az összes IpAllocations egy erőforráscsoportban.
listByResourceGroup: (resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Tulajdonság értéke
(resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
updateTags
Frissíti az IpAllocation címkéket.
updateTags: (resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams) => Promise<IpAllocation>
Tulajdonság értéke
(resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams) => Promise<IpAllocation>