OpenShiftClusters interface
Interface que representa um OpenShiftClusters.
Métodos
Detalhes do método
beginCreateOrUpdate(string, string, OpenShiftCluster, OpenShiftClustersCreateOrUpdateOptionalParams)
A operação retorna propriedades de um cluster Do OpenShift.
function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de cluster do OpenShift.
- parameters
- OpenShiftCluster
O recurso de cluster do OpenShift.
Os parâmetros de opções.
Retornos
Promise<@azure/core-lro.SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>
beginCreateOrUpdateAndWait(string, string, OpenShiftCluster, OpenShiftClustersCreateOrUpdateOptionalParams)
A operação retorna propriedades de um cluster Do OpenShift.
function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams): Promise<OpenShiftCluster>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de cluster do OpenShift.
- parameters
- OpenShiftCluster
O recurso de cluster do OpenShift.
Os parâmetros de opções.
Retornos
Promise<OpenShiftCluster>
beginDelete(string, string, OpenShiftClustersDeleteOptionalParams)
A operação não retorna nada.
function beginDelete(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de cluster do OpenShift.
Os parâmetros de opções.
Retornos
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, OpenShiftClustersDeleteOptionalParams)
A operação não retorna nada.
function beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams): Promise<void>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de cluster do OpenShift.
Os parâmetros de opções.
Retornos
Promise<void>
beginUpdate(string, string, OpenShiftClusterUpdate, OpenShiftClustersUpdateOptionalParams)
A operação retorna propriedades de um cluster Do OpenShift.
function beginUpdate(resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de cluster do OpenShift.
- parameters
- OpenShiftClusterUpdate
O recurso de cluster do OpenShift.
Os parâmetros de opções.
Retornos
Promise<@azure/core-lro.SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>
beginUpdateAndWait(string, string, OpenShiftClusterUpdate, OpenShiftClustersUpdateOptionalParams)
A operação retorna propriedades de um cluster Do OpenShift.
function beginUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams): Promise<OpenShiftCluster>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de cluster do OpenShift.
- parameters
- OpenShiftClusterUpdate
O recurso de cluster do OpenShift.
Os parâmetros de opções.
Retornos
Promise<OpenShiftCluster>
get(string, string, OpenShiftClustersGetOptionalParams)
A operação retorna propriedades de um cluster Do OpenShift.
function get(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersGetOptionalParams): Promise<OpenShiftCluster>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de cluster do OpenShift.
Os parâmetros de opções.
Retornos
Promise<OpenShiftCluster>
list(OpenShiftClustersListOptionalParams)
A operação retorna propriedades de cada cluster do OpenShift.
function list(options?: OpenShiftClustersListOptionalParams): PagedAsyncIterableIterator<OpenShiftCluster, OpenShiftCluster[], PageSettings>
Parâmetros
Os parâmetros de opções.
Retornos
listAdminCredentials(string, string, OpenShiftClustersListAdminCredentialsOptionalParams)
A operação retorna o kubeconfig do administrador.
function listAdminCredentials(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersListAdminCredentialsOptionalParams): Promise<OpenShiftClusterAdminKubeconfig>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de cluster do OpenShift.
Os parâmetros de opções.
Retornos
Promise<OpenShiftClusterAdminKubeconfig>
listByResourceGroup(string, OpenShiftClustersListByResourceGroupOptionalParams)
A operação retorna propriedades de cada cluster do OpenShift.
function listByResourceGroup(resourceGroupName: string, options?: OpenShiftClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OpenShiftCluster, OpenShiftCluster[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
Os parâmetros de opções.
Retornos
listCredentials(string, string, OpenShiftClustersListCredentialsOptionalParams)
A operação retorna as credenciais.
function listCredentials(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersListCredentialsOptionalParams): Promise<OpenShiftClusterCredentials>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- resourceName
-
string
O nome do recurso de cluster do OpenShift.
Os parâmetros de opções.
Retornos
Promise<OpenShiftClusterCredentials>
Azure SDK for JavaScript