ClustersOperations interface

Interfaz que representa las operaciones de Clusters.

Propiedades

beginConfigureRemoteSupport
beginConfigureRemoteSupportAndWait
beginCreateIdentity
beginCreateIdentityAndWait
beginDelete
beginDeleteAndWait
beginExtendSoftwareAssuranceBenefit
beginExtendSoftwareAssuranceBenefitAndWait
beginTriggerLogCollection
beginTriggerLogCollectionAndWait
beginUpdateSecretsLocations
beginUpdateSecretsLocationsAndWait
beginUploadCertificate
beginUploadCertificateAndWait
configureRemoteSupport

Configurar RemoteSupport en un clúster

create

Cree un clúster de HCI.

createIdentity

Crear identidad de clúster.

delete
extendSoftwareAssuranceBenefit

Amplía la ventaja de Software Assurance a un clúster

get

Obtenga el clúster de HCI.

listByResourceGroup

Lista todos los clústeres de HCI en un grupo de recursos.

listBySubscription

Lista todos los clústeres de HCI en una suscripción.

triggerLogCollection

Colección de registros de disparadores en un clúster

update

Actualice un clúster de HCI.

updateSecretsLocations

Actualizar las ubicaciones de secretos del clúster.

uploadCertificate

Cargue el certificado.

Detalles de las propiedades

beginConfigureRemoteSupport

Advertencia

Esta API ya está en desuso.

use configureRemoteSupport instead

beginConfigureRemoteSupport: (resourceGroupName: string, clusterName: string, remoteSupportRequest: RemoteSupportRequest, options?: ClustersConfigureRemoteSupportOptionalParams) => Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

Valor de propiedad

(resourceGroupName: string, clusterName: string, remoteSupportRequest: RemoteSupportRequest, options?: ClustersConfigureRemoteSupportOptionalParams) => Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

beginConfigureRemoteSupportAndWait

Advertencia

Esta API ya está en desuso.

use configureRemoteSupport instead

beginConfigureRemoteSupportAndWait: (resourceGroupName: string, clusterName: string, remoteSupportRequest: RemoteSupportRequest, options?: ClustersConfigureRemoteSupportOptionalParams) => Promise<Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, remoteSupportRequest: RemoteSupportRequest, options?: ClustersConfigureRemoteSupportOptionalParams) => Promise<Cluster>

beginCreateIdentity

Advertencia

Esta API ya está en desuso.

use createIdentity instead

beginCreateIdentity: (resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams) => Promise<SimplePollerLike<OperationState<ClusterIdentityResponse>, ClusterIdentityResponse>>

Valor de propiedad

(resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams) => Promise<SimplePollerLike<OperationState<ClusterIdentityResponse>, ClusterIdentityResponse>>

beginCreateIdentityAndWait

Advertencia

Esta API ya está en desuso.

use createIdentity instead

beginCreateIdentityAndWait: (resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams) => Promise<ClusterIdentityResponse>

Valor de propiedad

(resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams) => Promise<ClusterIdentityResponse>

beginDelete

Advertencia

Esta API ya está en desuso.

use delete instead

beginDelete: (resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valor de propiedad

(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Advertencia

Esta API ya está en desuso.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams) => Promise<void>

Valor de propiedad

(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams) => Promise<void>

beginExtendSoftwareAssuranceBenefit

Advertencia

Esta API ya está en desuso.

use extendSoftwareAssuranceBenefit instead

beginExtendSoftwareAssuranceBenefit: (resourceGroupName: string, clusterName: string, softwareAssuranceChangeRequest: SoftwareAssuranceChangeRequest, options?: ClustersExtendSoftwareAssuranceBenefitOptionalParams) => Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

Valor de propiedad

(resourceGroupName: string, clusterName: string, softwareAssuranceChangeRequest: SoftwareAssuranceChangeRequest, options?: ClustersExtendSoftwareAssuranceBenefitOptionalParams) => Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

beginExtendSoftwareAssuranceBenefitAndWait

Advertencia

Esta API ya está en desuso.

use extendSoftwareAssuranceBenefit instead

beginExtendSoftwareAssuranceBenefitAndWait: (resourceGroupName: string, clusterName: string, softwareAssuranceChangeRequest: SoftwareAssuranceChangeRequest, options?: ClustersExtendSoftwareAssuranceBenefitOptionalParams) => Promise<Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, softwareAssuranceChangeRequest: SoftwareAssuranceChangeRequest, options?: ClustersExtendSoftwareAssuranceBenefitOptionalParams) => Promise<Cluster>

beginTriggerLogCollection

Advertencia

Esta API ya está en desuso.

use triggerLogCollection instead

beginTriggerLogCollection: (resourceGroupName: string, clusterName: string, logCollectionRequest: LogCollectionRequest, options?: ClustersTriggerLogCollectionOptionalParams) => Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

Valor de propiedad

(resourceGroupName: string, clusterName: string, logCollectionRequest: LogCollectionRequest, options?: ClustersTriggerLogCollectionOptionalParams) => Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

beginTriggerLogCollectionAndWait

Advertencia

Esta API ya está en desuso.

use triggerLogCollection instead

beginTriggerLogCollectionAndWait: (resourceGroupName: string, clusterName: string, logCollectionRequest: LogCollectionRequest, options?: ClustersTriggerLogCollectionOptionalParams) => Promise<Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, logCollectionRequest: LogCollectionRequest, options?: ClustersTriggerLogCollectionOptionalParams) => Promise<Cluster>

beginUpdateSecretsLocations

Advertencia

Esta API ya está en desuso.

use updateSecretsLocations instead

beginUpdateSecretsLocations: (resourceGroupName: string, clusterName: string, body: SecretsLocationsChangeRequest, options?: ClustersUpdateSecretsLocationsOptionalParams) => Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

Valor de propiedad

(resourceGroupName: string, clusterName: string, body: SecretsLocationsChangeRequest, options?: ClustersUpdateSecretsLocationsOptionalParams) => Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

beginUpdateSecretsLocationsAndWait

Advertencia

Esta API ya está en desuso.

use updateSecretsLocations instead

beginUpdateSecretsLocationsAndWait: (resourceGroupName: string, clusterName: string, body: SecretsLocationsChangeRequest, options?: ClustersUpdateSecretsLocationsOptionalParams) => Promise<Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, body: SecretsLocationsChangeRequest, options?: ClustersUpdateSecretsLocationsOptionalParams) => Promise<Cluster>

beginUploadCertificate

Advertencia

Esta API ya está en desuso.

use uploadCertificate instead

beginUploadCertificate: (resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valor de propiedad

(resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginUploadCertificateAndWait

Advertencia

Esta API ya está en desuso.

use uploadCertificate instead

beginUploadCertificateAndWait: (resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams) => Promise<void>

Valor de propiedad

(resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams) => Promise<void>

configureRemoteSupport

Configurar RemoteSupport en un clúster

configureRemoteSupport: (resourceGroupName: string, clusterName: string, remoteSupportRequest: RemoteSupportRequest, options?: ClustersConfigureRemoteSupportOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, remoteSupportRequest: RemoteSupportRequest, options?: ClustersConfigureRemoteSupportOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>

create

Cree un clúster de HCI.

create: (resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOptionalParams) => Promise<Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOptionalParams) => Promise<Cluster>

createIdentity

Crear identidad de clúster.

createIdentity: (resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams) => PollerLike<OperationState<ClusterIdentityResponse>, ClusterIdentityResponse>

Valor de propiedad

(resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams) => PollerLike<OperationState<ClusterIdentityResponse>, ClusterIdentityResponse>

delete

delete: (resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor de propiedad

(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

extendSoftwareAssuranceBenefit

Amplía la ventaja de Software Assurance a un clúster

extendSoftwareAssuranceBenefit: (resourceGroupName: string, clusterName: string, softwareAssuranceChangeRequest: SoftwareAssuranceChangeRequest, options?: ClustersExtendSoftwareAssuranceBenefitOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, softwareAssuranceChangeRequest: SoftwareAssuranceChangeRequest, options?: ClustersExtendSoftwareAssuranceBenefitOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>

get

Obtenga el clúster de HCI.

get: (resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams) => Promise<Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams) => Promise<Cluster>

listByResourceGroup

Lista todos los clústeres de HCI en un grupo de recursos.

listByResourceGroup: (resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

Valor de propiedad

(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

listBySubscription

Lista todos los clústeres de HCI en una suscripción.

listBySubscription: (options?: ClustersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

Valor de propiedad

(options?: ClustersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

triggerLogCollection

Colección de registros de disparadores en un clúster

triggerLogCollection: (resourceGroupName: string, clusterName: string, logCollectionRequest: LogCollectionRequest, options?: ClustersTriggerLogCollectionOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, logCollectionRequest: LogCollectionRequest, options?: ClustersTriggerLogCollectionOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>

update

Actualice un clúster de HCI.

update: (resourceGroupName: string, clusterName: string, cluster: ClusterPatch, options?: ClustersUpdateOptionalParams) => Promise<Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, cluster: ClusterPatch, options?: ClustersUpdateOptionalParams) => Promise<Cluster>

updateSecretsLocations

Actualizar las ubicaciones de secretos del clúster.

updateSecretsLocations: (resourceGroupName: string, clusterName: string, body: SecretsLocationsChangeRequest, options?: ClustersUpdateSecretsLocationsOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>

Valor de propiedad

(resourceGroupName: string, clusterName: string, body: SecretsLocationsChangeRequest, options?: ClustersUpdateSecretsLocationsOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>

uploadCertificate

Cargue el certificado.

uploadCertificate: (resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams) => PollerLike<OperationState<void>, void>

Valor de propiedad

(resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams) => PollerLike<OperationState<void>, void>