DataShareManagementClient Class

Definition

Creates a Microsoft.DataShare management client.

public class DataShareManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.DataShare.DataShareManagementClient>, IDisposable, Microsoft.Azure.Management.DataShare.IDataShareManagementClient, Microsoft.Rest.Azure.IAzureClient
type DataShareManagementClient = class
    inherit ServiceClient<DataShareManagementClient>
    interface IDataShareManagementClient
    interface IDisposable
    interface IAzureClient
Public Class DataShareManagementClient
Inherits ServiceClient(Of DataShareManagementClient)
Implements IAzureClient, IDataShareManagementClient, IDisposable
Inheritance
DataShareManagementClient
Implements

Constructors

DataShareManagementClient(DelegatingHandler[])

Initializes a new instance of the DataShareManagementClient class.

DataShareManagementClient(HttpClient, Boolean)

Initializes a new instance of the DataShareManagementClient class.

DataShareManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataShareManagementClient class.

DataShareManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the DataShareManagementClient class.

DataShareManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the DataShareManagementClient class.

DataShareManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataShareManagementClient class.

DataShareManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the DataShareManagementClient class.

DataShareManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataShareManagementClient class.

DataShareManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the DataShareManagementClient class.

DataShareManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataShareManagementClient class.

Properties

AcceptLanguage

The preferred language for the response.

Accounts

Gets the IAccountsOperations.

ApiVersion

The api version to use.

BaseUri

The base URI of the service.

ConsumerInvitations

Gets the IConsumerInvitationsOperations.

ConsumerSourceDataSets

Gets the IConsumerSourceDataSetsOperations.

Credentials

Credentials needed for the client to connect to Azure.

DataSetMappings

Gets the IDataSetMappingsOperations.

DataSets

Gets the IDataSetsOperations.

DeserializationSettings

Gets or sets json deserialization settings.

EmailRegistrations

Gets the IEmailRegistrationsOperations.

FirstMessageHandler (Inherited from ServiceClient<T>)
GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
Invitations

Gets the IInvitationsOperations.

LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

Operations

Gets the IOperations.

ProviderShareSubscriptions

Gets the IProviderShareSubscriptionsOperations.

SerializationSettings

Gets or sets json serialization settings.

Shares

Gets the ISharesOperations.

ShareSubscriptions

Gets the IShareSubscriptionsOperations.

SubscriptionId

The subscription identifier

SynchronizationSettings

Gets the ISynchronizationSettingsOperations.

Triggers

Gets the ITriggersOperations.

UserAgent (Inherited from ServiceClient<T>)

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to