StorageSyncServices interface

واجهة تمثل StorageSyncServices.

الأساليب

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

إنشاء StorageSyncService جديد.

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

إنشاء StorageSyncService جديد.

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

حذف StorageSyncService معين.

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

حذف StorageSyncService معين.

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

تصحيح StorageSyncService معين.

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

تصحيح StorageSyncService معين.

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

تحقق من توفر اسم مساحة الاسم.

get(string, string, StorageSyncServicesGetOptionalParams)

احصل على StorageSyncService معين.

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

احصل على قائمة StorageSyncService حسب اسم مجموعة الموارد.

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

احصل على قائمة StorageSyncService حسب الاشتراك.

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

beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

إنشاء StorageSyncService جديد.

function beginCreate(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncService>, StorageSyncService>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

storageSyncServiceName

string

اسم مورد Storage Sync Service.

parameters
StorageSyncServiceCreateParameters

اسم مورد Storage Sync Service.

options
StorageSyncServicesCreateOptionalParams

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

المرتجعات

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncService>, StorageSyncService>>

beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)

إنشاء StorageSyncService جديد.

function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<StorageSyncService>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

storageSyncServiceName

string

اسم مورد Storage Sync Service.

parameters
StorageSyncServiceCreateParameters

اسم مورد Storage Sync Service.

options
StorageSyncServicesCreateOptionalParams

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

المرتجعات

beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)

حذف StorageSyncService معين.

function beginDelete(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

storageSyncServiceName

string

اسم مورد Storage Sync Service.

options
StorageSyncServicesDeleteOptionalParams

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

المرتجعات

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>

beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)

حذف StorageSyncService معين.

function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<StorageSyncServicesDeleteHeaders>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

storageSyncServiceName

string

اسم مورد Storage Sync Service.

options
StorageSyncServicesDeleteOptionalParams

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

المرتجعات

beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)

تصحيح StorageSyncService معين.

function beginUpdate(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

storageSyncServiceName

string

اسم مورد Storage Sync Service.

options
StorageSyncServicesUpdateOptionalParams

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

المرتجعات

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>

beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)

تصحيح StorageSyncService معين.

function beginUpdateAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<StorageSyncServicesUpdateResponse>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

storageSyncServiceName

string

اسم مورد Storage Sync Service.

options
StorageSyncServicesUpdateOptionalParams

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

المرتجعات

checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)

تحقق من توفر اسم مساحة الاسم.

function checkNameAvailability(locationName: string, parameters: CheckNameAvailabilityParameters, options?: StorageSyncServicesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>

المعلمات

locationName

string

المنطقة المطلوبة للتحقق من الاسم.

parameters
CheckNameAvailabilityParameters

معلمات للتحقق من توفر اسم مساحة الاسم المحدد

options
StorageSyncServicesCheckNameAvailabilityOptionalParams

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

المرتجعات

get(string, string, StorageSyncServicesGetOptionalParams)

احصل على StorageSyncService معين.

function get(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesGetOptionalParams): Promise<StorageSyncServicesGetResponse>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

storageSyncServiceName

string

اسم مورد Storage Sync Service.

options
StorageSyncServicesGetOptionalParams

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

المرتجعات

listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)

احصل على قائمة StorageSyncService حسب اسم مجموعة الموارد.

function listByResourceGroup(resourceGroupName: string, options?: StorageSyncServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

options
StorageSyncServicesListByResourceGroupOptionalParams

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

المرتجعات

listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)

احصل على قائمة StorageSyncService حسب الاشتراك.

function listBySubscription(options?: StorageSyncServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>

المعلمات

options
StorageSyncServicesListBySubscriptionOptionalParams

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

المرتجعات