مشاركة عبر


CustomIPPrefixes interface

واجهة تمثل CustomIPPrefixes.

الأساليب

beginCreateOrUpdate(string, string, CustomIpPrefix, CustomIPPrefixesCreateOrUpdateOptionalParams)

إنشاء بادئة IP مخصصة أو تحديثها.

beginCreateOrUpdateAndWait(string, string, CustomIpPrefix, CustomIPPrefixesCreateOrUpdateOptionalParams)

إنشاء بادئة IP مخصصة أو تحديثها.

beginDelete(string, string, CustomIPPrefixesDeleteOptionalParams)

حذف بادئة IP المخصصة المحددة.

beginDeleteAndWait(string, string, CustomIPPrefixesDeleteOptionalParams)

حذف بادئة IP المخصصة المحددة.

get(string, string, CustomIPPrefixesGetOptionalParams)

يحصل على بادئة IP المخصصة المحددة في مجموعة موارد محددة.

list(string, CustomIPPrefixesListOptionalParams)

يحصل على جميع بادئات IP المخصصة في مجموعة موارد.

listAll(CustomIPPrefixesListAllOptionalParams)

يحصل على جميع بادئات IP المخصصة في الاشتراك.

updateTags(string, string, TagsObject, CustomIPPrefixesUpdateTagsOptionalParams)

تحديث علامات بادئة IP المخصصة.

تفاصيل الأسلوب

beginCreateOrUpdate(string, string, CustomIpPrefix, CustomIPPrefixesCreateOrUpdateOptionalParams)

إنشاء بادئة IP مخصصة أو تحديثها.

function beginCreateOrUpdate(resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CustomIpPrefix>, CustomIpPrefix>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

customIpPrefixName

string

اسم بادئة IP المخصصة.

parameters
CustomIpPrefix

المعلمات المقدمة إلى عملية إنشاء أو تحديث بادئة IP المخصصة.

options
CustomIPPrefixesCreateOrUpdateOptionalParams

معلمات الخيارات.

المرتجعات

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

beginCreateOrUpdateAndWait(string, string, CustomIpPrefix, CustomIPPrefixesCreateOrUpdateOptionalParams)

إنشاء بادئة IP مخصصة أو تحديثها.

function beginCreateOrUpdateAndWait(resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams): Promise<CustomIpPrefix>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

customIpPrefixName

string

اسم بادئة IP المخصصة.

parameters
CustomIpPrefix

المعلمات المقدمة إلى عملية إنشاء أو تحديث بادئة IP المخصصة.

options
CustomIPPrefixesCreateOrUpdateOptionalParams

معلمات الخيارات.

المرتجعات

Promise<CustomIpPrefix>

beginDelete(string, string, CustomIPPrefixesDeleteOptionalParams)

حذف بادئة IP المخصصة المحددة.

function beginDelete(resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

customIpPrefixName

string

اسم CustomIpPrefix.

options
CustomIPPrefixesDeleteOptionalParams

معلمات الخيارات.

المرتجعات

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

beginDeleteAndWait(string, string, CustomIPPrefixesDeleteOptionalParams)

حذف بادئة IP المخصصة المحددة.

function beginDeleteAndWait(resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

customIpPrefixName

string

اسم CustomIpPrefix.

options
CustomIPPrefixesDeleteOptionalParams

معلمات الخيارات.

المرتجعات

Promise<void>

get(string, string, CustomIPPrefixesGetOptionalParams)

يحصل على بادئة IP المخصصة المحددة في مجموعة موارد محددة.

function get(resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesGetOptionalParams): Promise<CustomIpPrefix>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

customIpPrefixName

string

اسم بادئة IP المخصصة.

options
CustomIPPrefixesGetOptionalParams

معلمات الخيارات.

المرتجعات

Promise<CustomIpPrefix>

list(string, CustomIPPrefixesListOptionalParams)

يحصل على جميع بادئات IP المخصصة في مجموعة موارد.

function list(resourceGroupName: string, options?: CustomIPPrefixesListOptionalParams): PagedAsyncIterableIterator<CustomIpPrefix, CustomIpPrefix[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

options
CustomIPPrefixesListOptionalParams

معلمات الخيارات.

المرتجعات

listAll(CustomIPPrefixesListAllOptionalParams)

يحصل على جميع بادئات IP المخصصة في الاشتراك.

function listAll(options?: CustomIPPrefixesListAllOptionalParams): PagedAsyncIterableIterator<CustomIpPrefix, CustomIpPrefix[], PageSettings>

المعلمات

options
CustomIPPrefixesListAllOptionalParams

معلمات الخيارات.

المرتجعات

updateTags(string, string, TagsObject, CustomIPPrefixesUpdateTagsOptionalParams)

تحديث علامات بادئة IP المخصصة.

function updateTags(resourceGroupName: string, customIpPrefixName: string, parameters: TagsObject, options?: CustomIPPrefixesUpdateTagsOptionalParams): Promise<CustomIpPrefix>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

customIpPrefixName

string

اسم بادئة IP المخصصة.

parameters
TagsObject

المعلمات المتوفرة لتحديث علامات بادئة IP المخصصة.

options
CustomIPPrefixesUpdateTagsOptionalParams

معلمات الخيارات.

المرتجعات

Promise<CustomIpPrefix>