Aracılığıyla paylaş


MicrosoftStorageSync class

Extends

Oluşturucular

MicrosoftStorageSync(TokenCredential, string, MicrosoftStorageSyncOptionalParams)

MicrosoftStorageSync sınıfının yeni bir örneğini başlatır.

Özellikler

$host
apiVersion
cloudEndpoints
operations
operationStatusOperations
privateEndpointConnections
privateLinkResources
registeredServers
serverEndpoints
storageSyncServices
subscriptionId
syncGroups
workflows

Devralınan Özellikler

pipeline

bu istemci tarafından istekte bulunmak için kullanılan işlem hattı

Yöntemler

locationOperationStatus(string, string, LocationOperationStatusOptionalParams)

İşlem durumunu alma

Devralınan Yöntemler

sendOperationRequest<T>(OperationArguments, OperationSpec)

Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin.

sendRequest(PipelineRequest)

Sağlanan httpRequest dosyasını gönderin.

Oluşturucu Ayrıntıları

MicrosoftStorageSync(TokenCredential, string, MicrosoftStorageSyncOptionalParams)

MicrosoftStorageSync sınıfının yeni bir örneğini başlatır.

new MicrosoftStorageSync(credentials: TokenCredential, subscriptionId: string, options?: MicrosoftStorageSyncOptionalParams)

Parametreler

credentials
TokenCredential

İstemci aboneliğini benzersiz olarak tanımlayan abonelik kimlik bilgileri.

subscriptionId

string

Hedef aboneliğin kimliği.

options
MicrosoftStorageSyncOptionalParams

Parametre seçenekleri

Özellik Ayrıntıları

$host

$host: string

Özellik Değeri

string

apiVersion

apiVersion: string

Özellik Değeri

string

cloudEndpoints

cloudEndpoints: CloudEndpoints

Özellik Değeri

operations

operations: Operations

Özellik Değeri

operationStatusOperations

operationStatusOperations: OperationStatusOperations

Özellik Değeri

privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnections

Özellik Değeri

privateLinkResources

privateLinkResources: PrivateLinkResources

Özellik Değeri

registeredServers

registeredServers: RegisteredServers

Özellik Değeri

serverEndpoints

serverEndpoints: ServerEndpoints

Özellik Değeri

storageSyncServices

storageSyncServices: StorageSyncServices

Özellik Değeri

subscriptionId

subscriptionId: string

Özellik Değeri

string

syncGroups

syncGroups: SyncGroups

Özellik Değeri

workflows

workflows: Workflows

Özellik Değeri

Devralınan Özellik Detayları

pipeline

bu istemci tarafından istekte bulunmak için kullanılan işlem hattı

pipeline: Pipeline

Özellik Değeri

coreClient.ServiceClient.pipeline'dan Devralınmış

Yöntem Ayrıntıları

locationOperationStatus(string, string, LocationOperationStatusOptionalParams)

İşlem durumunu alma

function locationOperationStatus(locationName: string, operationId: string, options?: LocationOperationStatusOptionalParams): Promise<LocationOperationStatusResponse>

Parametreler

locationName

string

Bilgi almak istediğiniz bölge.

operationId

string

işlem kimliği

options
LocationOperationStatusOptionalParams

Seçenekler parametreleri.

Döndürülenler

Devralınan Yöntemin Ayrıntıları

sendOperationRequest<T>(OperationArguments, OperationSpec)

Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

Parametreler

operationArguments
OperationArguments

HTTP isteğinin şablonlu değerlerinin doldurulacağı bağımsız değişkenler.

operationSpec
OperationSpec

httpRequest'i doldurmak için kullanılacak OperationSpec.

Döndürülenler

Promise<T>

coreClient.ServiceClient.sendOperationRequest'ten Devralınan

sendRequest(PipelineRequest)

Sağlanan httpRequest dosyasını gönderin.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

Parametreler

request
PipelineRequest

Döndürülenler

Promise<PipelineResponse>

coreClient.ServiceClient.sendRequest'ten Devralınan