共用方式為


ManagedClusterVersion interface

代表ManagedClusterVersion的介面。

方法

get(string, string, ManagedClusterVersionGetOptionalParams)

取得可用 Service Fabric 受控叢集程式代碼版本的相關信息。

getByEnvironment(string, string, string, ManagedClusterVersionGetByEnvironmentOptionalParams)

依環境取得可用 Service Fabric 叢集程式代碼版本的相關信息。

list(string, ManagedClusterVersionListOptionalParams)

依位置取得 Service Fabric 叢集資源的所有可用程式代碼版本。

listByEnvironment(string, string, ManagedClusterVersionListByEnvironmentOptionalParams)

依環境取得 Service Fabric 叢集資源的所有可用程式代碼版本。

方法詳細資料

get(string, string, ManagedClusterVersionGetOptionalParams)

取得可用 Service Fabric 受控叢集程式代碼版本的相關信息。

function get(location: string, clusterVersion: string, options?: ManagedClusterVersionGetOptionalParams): Promise<ManagedClusterCodeVersionResult>

參數

location

string

叢集程式代碼版本的位置。 這與叢集位置不同。

clusterVersion

string

叢集程式代碼版本。

options
ManagedClusterVersionGetOptionalParams

選項參數。

傳回

getByEnvironment(string, string, string, ManagedClusterVersionGetByEnvironmentOptionalParams)

依環境取得可用 Service Fabric 叢集程式代碼版本的相關信息。

function getByEnvironment(location: string, environment: string, clusterVersion: string, options?: ManagedClusterVersionGetByEnvironmentOptionalParams): Promise<ManagedClusterCodeVersionResult>

參數

location

string

叢集程式代碼版本的位置。 這與叢集位置不同。

environment

string

叢集的作業系統。 預設值表示全部。

clusterVersion

string

叢集程式代碼版本。

傳回

list(string, ManagedClusterVersionListOptionalParams)

依位置取得 Service Fabric 叢集資源的所有可用程式代碼版本。

function list(location: string, options?: ManagedClusterVersionListOptionalParams): Promise<ManagedClusterVersionListResponse>

參數

location

string

叢集程式代碼版本的位置。 這與叢集位置不同。

options
ManagedClusterVersionListOptionalParams

選項參數。

傳回

listByEnvironment(string, string, ManagedClusterVersionListByEnvironmentOptionalParams)

依環境取得 Service Fabric 叢集資源的所有可用程式代碼版本。

function listByEnvironment(location: string, environment: string, options?: ManagedClusterVersionListByEnvironmentOptionalParams): Promise<ManagedClusterVersionListByEnvironmentResponse>

參數

location

string

叢集程式代碼版本的位置。 這與叢集位置不同。

environment

string

叢集的作業系統。 預設值表示全部。

傳回