你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentScriptsClient 类

定义

此规范中列出的 API 可用于通过 Azure 资源管理器管理部署脚本资源。

public class DeploymentScriptsClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient>, IDisposable, Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsClient, Microsoft.Rest.Azure.IAzureClient
type DeploymentScriptsClient = class
    inherit ServiceClient<DeploymentScriptsClient>
    interface IDeploymentScriptsClient
    interface IDisposable
    interface IAzureClient
Public Class DeploymentScriptsClient
Inherits ServiceClient(Of DeploymentScriptsClient)
Implements IAzureClient, IDeploymentScriptsClient, IDisposable
继承
DeploymentScriptsClient
实现

构造函数

DeploymentScriptsClient(DelegatingHandler[])

初始化 DeploymentScriptsClient 类的新实例。

DeploymentScriptsClient(HttpClient, Boolean)

初始化 DeploymentScriptsClient 类的新实例。

DeploymentScriptsClient(HttpClientHandler, DelegatingHandler[])

初始化 DeploymentScriptsClient 类的新实例。

DeploymentScriptsClient(ServiceClientCredentials, DelegatingHandler[])

初始化 DeploymentScriptsClient 类的新实例。

DeploymentScriptsClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 DeploymentScriptsClient 类的新实例。

DeploymentScriptsClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 DeploymentScriptsClient 类的新实例。

DeploymentScriptsClient(Uri, DelegatingHandler[])

初始化 DeploymentScriptsClient 类的新实例。

DeploymentScriptsClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 DeploymentScriptsClient 类的新实例。

DeploymentScriptsClient(Uri, ServiceClientCredentials, DelegatingHandler[])

初始化 DeploymentScriptsClient 类的新实例。

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

初始化 DeploymentScriptsClient 类的新实例。

属性

AcceptLanguage

响应的首选语言。

ApiVersion

客户端 API 版本。

BaseUri

服务的基 URI。

Credentials

客户端连接到 Azure 所需的凭据。

DeploymentScripts

获取 IDeploymentScriptsOperations。

DeserializationSettings

获取或设置 json 反序列化设置。

GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 当设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认值为 true。

LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

SerializationSettings

获取或设置 json 序列化设置。

SubscriptionId

订阅 ID,构成每个服务调用的 URI 的一部分。

适用于