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>