Поделиться через


ContainerServiceClient class

Extends

Конструкторы

ContainerServiceClient(TokenCredential, string, ContainerServiceClientOptionalParams)

Инициализирует новый экземпляр класса ContainerServiceClient.

Свойства

$host
agentPools
apiVersion
maintenanceConfigurations
managedClusters
operations
privateEndpointConnections
privateLinkResources
resolvePrivateLinkServiceId
snapshots
subscriptionId
trustedAccessRoleBindings
trustedAccessRoles

Унаследованные свойства

pipeline

Конвейер, используемый этим клиентом для выполнения запросов

Наследуемые методы

sendOperationRequest<T>(OperationArguments, OperationSpec)

Отправьте HTTP-запрос, который заполняется с помощью предоставленного operationSpec.

sendRequest(PipelineRequest)

Отправьте предоставленный запрос httpRequest.

Сведения о конструкторе

ContainerServiceClient(TokenCredential, string, ContainerServiceClientOptionalParams)

Инициализирует новый экземпляр класса ContainerServiceClient.

new ContainerServiceClient(credentials: TokenCredential, subscriptionId: string, options?: ContainerServiceClientOptionalParams)

Параметры

credentials
TokenCredential

Учетные данные подписки, которые однозначно идентифицируют подписку клиента.

subscriptionId

string

Идентификатор целевой подписки. Значение должно быть UUID.

options
ContainerServiceClientOptionalParams

Параметры параметра

Сведения о свойстве

$host

$host: string

Значение свойства

string

agentPools

agentPools: AgentPools

Значение свойства

apiVersion

apiVersion: string

Значение свойства

string

maintenanceConfigurations

maintenanceConfigurations: MaintenanceConfigurations

Значение свойства

managedClusters

managedClusters: ManagedClusters

Значение свойства

operations

operations: Operations

Значение свойства

privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnections

Значение свойства

privateLinkResources

privateLinkResources: PrivateLinkResources

Значение свойства

resolvePrivateLinkServiceId

resolvePrivateLinkServiceId: ResolvePrivateLinkServiceId

Значение свойства

snapshots

snapshots: Snapshots

Значение свойства

subscriptionId

subscriptionId: string

Значение свойства

string

trustedAccessRoleBindings

trustedAccessRoleBindings: TrustedAccessRoleBindings

Значение свойства

trustedAccessRoles

trustedAccessRoles: TrustedAccessRoles

Значение свойства

Сведения об унаследованном свойстве

pipeline

Конвейер, используемый этим клиентом для выполнения запросов

pipeline: Pipeline

Значение свойства

Наследуется от coreClient.ServiceClient.pipeline

Сведения о наследуемом методе

sendOperationRequest<T>(OperationArguments, OperationSpec)

Отправьте HTTP-запрос, который заполняется с помощью предоставленного operationSpec.

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

Параметры

operationArguments
OperationArguments

Аргументы, из которые будут заполнены значения шаблона HTTP-запроса.

operationSpec
OperationSpec

Параметр OperationSpec, используемый для заполнения httpRequest.

Возвращаемое значение

Promise<T>

Наследуется от coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Отправьте предоставленный запрос httpRequest.

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

Параметры

request
PipelineRequest

Возвращаемое значение

Promise<PipelineResponse>

Наследуется от coreClient.ServiceClient.sendRequest