Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OperationalizationClusters

Package version

Class representing a OperationalizationClusters.

Hierarchy

  • OperationalizationClusters

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Create or update an operationalization cluster.

    Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • parameters: OperationalizationCluster

      Parameters supplied to create or update an Operationalization cluster.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, clusterName: string, options?: Models.OperationalizationClustersBeginDeleteMethodOptionalParams): Promise<msRestAzure.LROPoller>
  • Deletes the specified cluster.

    Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • Optional options: Models.OperationalizationClustersBeginDeleteMethodOptionalParams

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginUpdateSystemServices

  • beginUpdateSystemServices(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Updates system services in a cluster.

    Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

checkSystemServicesUpdatesAvailable

  • checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>
  • checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>): void
  • checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>): void
  • Checks if updates are available for system services in the cluster.

    Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>

    Promise<Models.OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • callback: msRest.ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<CheckSystemServicesUpdatesAvailableResponse>

      The callback

    Returns void

createOrUpdate

  • createOrUpdate(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersCreateOrUpdateResponse>
  • Create or update an operationalization cluster.

    Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • parameters: OperationalizationCluster

      Parameters supplied to create or update an Operationalization cluster.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.OperationalizationClustersCreateOrUpdateResponse>

    Promise<Models.OperationalizationClustersCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(resourceGroupName: string, clusterName: string, options?: Models.OperationalizationClustersDeleteMethodOptionalParams): Promise<Models.OperationalizationClustersDeleteResponse>
  • Deletes the specified cluster.

    Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • Optional options: Models.OperationalizationClustersDeleteMethodOptionalParams

    Returns Promise<Models.OperationalizationClustersDeleteResponse>

    Promise<Models.OperationalizationClustersDeleteResponse>

get

  • get(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersGetResponse>
  • get(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<OperationalizationCluster>): void
  • get(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<OperationalizationCluster>): void
  • Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them.

    Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.OperationalizationClustersGetResponse>

    Promise<Models.OperationalizationClustersGetResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • callback: msRest.ServiceCallback<OperationalizationCluster>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<OperationalizationCluster>

      The callback

    Returns void

listByResourceGroup

listByResourceGroupNext

  • listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersListByResourceGroupNextResponse>
  • listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<PaginatedOperationalizationClustersList>): void
  • listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PaginatedOperationalizationClustersList>): void

listBySubscriptionId

listBySubscriptionIdNext

  • listBySubscriptionIdNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersListBySubscriptionIdNextResponse>
  • listBySubscriptionIdNext(nextPageLink: string, callback: msRest.ServiceCallback<PaginatedOperationalizationClustersList>): void
  • listBySubscriptionIdNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PaginatedOperationalizationClustersList>): void

listKeys

  • listKeys(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersListKeysResponse>
  • listKeys(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<OperationalizationClusterCredentials>): void
  • listKeys(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<OperationalizationClusterCredentials>): void
  • Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a long running operation because it fetches keys from dependencies.

    Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.OperationalizationClustersListKeysResponse>

    Promise<Models.OperationalizationClustersListKeysResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • callback: msRest.ServiceCallback<OperationalizationClusterCredentials>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<OperationalizationClusterCredentials>

      The callback

    Returns void

update

updateSystemServices

  • updateSystemServices(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationalizationClustersUpdateSystemServicesResponse>
  • Updates system services in a cluster.

    Parameters

    • resourceGroupName: string

      Name of the resource group in which the cluster is located.

    • clusterName: string

      The name of the cluster.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.OperationalizationClustersUpdateSystemServicesResponse>

    Promise<Models.OperationalizationClustersUpdateSystemServicesResponse>

Generated using TypeDoc