共用方式為


ISqlVirtualMachineManagementClient Interface

Definition

The SQL virtual machine management API provides a RESTful set of web APIs that interact with Azure Compute, Network & Storage services to manage your SQL Server virtual machine. The API enables users to create, delete and retrieve a SQL virtual machine, SQL virtual machine group or availability group listener.

public interface ISqlVirtualMachineManagementClient : IDisposable
type ISqlVirtualMachineManagementClient = interface
    interface IDisposable
Public Interface ISqlVirtualMachineManagementClient
Implements IDisposable
Derived
Implements

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

API version to use for the request.

AvailabilityGroupListeners

Gets the IAvailabilityGroupListenersOperations.

BaseUri

The base URI of the service.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

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.

LongRunningOperationRetryTimeout

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

Operations

Gets the IOperations.

SerializationSettings

Gets or sets json serialization settings.

SqlVirtualMachineGroups

Gets the ISqlVirtualMachineGroupsOperations.

SqlVirtualMachines

Gets the ISqlVirtualMachinesOperations.

SubscriptionId

Subscription ID that identifies an Azure subscription.

Applies to