共用方式為


ICognitiveServicesManagementClient Interface

Definition

Cognitive Services Management Client

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

Properties

AcceptLanguage

The preferred language for the response.

Accounts

Gets the IAccountsOperations.

ApiVersion

The API version to use for this operation.

BaseUri

The base URI of the service.

CommitmentPlans

Gets the ICommitmentPlansOperations.

CommitmentTiers

Gets the ICommitmentTiersOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeletedAccounts

Gets the IDeletedAccountsOperations.

Deployments

Gets the IDeploymentsOperations.

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.

PrivateEndpointConnections

Gets the IPrivateEndpointConnectionsOperations.

PrivateLinkResources

Gets the IPrivateLinkResourcesOperations.

ResourceSkus

Gets the IResourceSkusOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

The ID of the target subscription.

Methods

CheckDomainAvailabilityWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Check whether a domain is available.

CheckSkuAvailabilityWithHttpMessagesAsync(String, IList<String>, String, String, Dictionary<String,List<String>>, CancellationToken)

Check available SKUs.

Extension Methods

CheckDomainAvailability(ICognitiveServicesManagementClient, String, String, String)

Check whether a domain is available.

CheckDomainAvailabilityAsync(ICognitiveServicesManagementClient, String, String, String, CancellationToken)

Check whether a domain is available.

CheckSkuAvailability(ICognitiveServicesManagementClient, String, IList<String>, String, String)

Check available SKUs.

CheckSkuAvailabilityAsync(ICognitiveServicesManagementClient, String, IList<String>, String, String, CancellationToken)

Check available SKUs.

Applies to