RolesOperations interface

Interfejs reprezentujący operacje Roles.

Właściwości

create

Tworzy nową rolę lub aktualizuje istniejącą rolę.

delete

Usuwa rolę klastra.

get

Pobiera informacje o roli klastra.

listByCluster

Wyświetl listę wszystkich ról w danym klastrze.

Szczegóły właściwości

create

Tworzy nową rolę lub aktualizuje istniejącą rolę.

create: (resourceGroupName: string, clusterName: string, roleName: string, parameters: Role, options?: RolesCreateOptionalParams) => PollerLike<OperationState<Role>, Role>

Wartość właściwości

(resourceGroupName: string, clusterName: string, roleName: string, parameters: Role, options?: RolesCreateOptionalParams) => PollerLike<OperationState<Role>, Role>

delete

Usuwa rolę klastra.

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

Wartość właściwości

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

get

Pobiera informacje o roli klastra.

get: (resourceGroupName: string, clusterName: string, roleName: string, options?: RolesGetOptionalParams) => Promise<Role>

Wartość właściwości

(resourceGroupName: string, clusterName: string, roleName: string, options?: RolesGetOptionalParams) => Promise<Role>

listByCluster

Wyświetl listę wszystkich ról w danym klastrze.

listByCluster: (resourceGroupName: string, clusterName: string, options?: RolesListByClusterOptionalParams) => PagedAsyncIterableIterator<Role, Role[], PageSettings>

Wartość właściwości

(resourceGroupName: string, clusterName: string, options?: RolesListByClusterOptionalParams) => PagedAsyncIterableIterator<Role, Role[], PageSettings>