ManagedClusterVersion interface
代表ManagedClusterVersion的介面。
方法
get(string, string, Managed |
取得可用 Service Fabric 受控叢集程式代碼版本的相關信息。 |
get |
依環境取得可用 Service Fabric 叢集程式代碼版本的相關信息。 |
list(string, Managed |
依位置取得 Service Fabric 叢集資源的所有可用程式代碼版本。 |
list |
依環境取得 Service Fabric 叢集資源的所有可用程式代碼版本。 |
方法詳細資料
get(string, string, ManagedClusterVersionGetOptionalParams)
取得可用 Service Fabric 受控叢集程式代碼版本的相關信息。
function get(location: string, clusterVersion: string, options?: ManagedClusterVersionGetOptionalParams): Promise<ManagedClusterCodeVersionResult>
參數
- location
-
string
叢集程式代碼版本的位置。 這與叢集位置不同。
- clusterVersion
-
string
叢集程式代碼版本。
選項參數。
傳回
Promise<ManagedClusterCodeVersionResult>
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
叢集程式代碼版本。
選項參數。
傳回
Promise<ManagedClusterCodeVersionResult>
list(string, ManagedClusterVersionListOptionalParams)
依位置取得 Service Fabric 叢集資源的所有可用程式代碼版本。
function list(location: string, options?: ManagedClusterVersionListOptionalParams): Promise<ManagedClusterVersionListResponse>
參數
- location
-
string
叢集程式代碼版本的位置。 這與叢集位置不同。
選項參數。
傳回
Promise<ManagedClusterVersionListResponse>
listByEnvironment(string, string, ManagedClusterVersionListByEnvironmentOptionalParams)
依環境取得 Service Fabric 叢集資源的所有可用程式代碼版本。
function listByEnvironment(location: string, environment: string, options?: ManagedClusterVersionListByEnvironmentOptionalParams): Promise<ManagedClusterVersionListByEnvironmentResponse>
參數
- location
-
string
叢集程式代碼版本的位置。 這與叢集位置不同。
- environment
-
string
叢集的作業系統。 預設值表示全部。
選項參數。