ManagedClusterVersionOperations interface
表示ManagedClusterVersion作的介面。
屬性
| get | 取得可用 Service Fabric 受控叢集程式代碼版本的相關信息。 |
| get |
依環境取得可用 Service Fabric 叢集程式代碼版本的相關信息。 |
| list | 依位置取得 Service Fabric 叢集資源的所有可用程式代碼版本。 |
| list |
依環境取得 Service Fabric 叢集資源的所有可用程式代碼版本。 |
屬性詳細資料
get
取得可用 Service Fabric 受控叢集程式代碼版本的相關信息。
get: (location: string, clusterVersion: string, options?: ManagedClusterVersionGetOptionalParams) => Promise<ManagedClusterCodeVersionResult>
屬性值
(location: string, clusterVersion: string, options?: ManagedClusterVersionGetOptionalParams) => Promise<ManagedClusterCodeVersionResult>
getByEnvironment
依環境取得可用 Service Fabric 叢集程式代碼版本的相關信息。
getByEnvironment: (location: string, environment: string, clusterVersion: string, options?: ManagedClusterVersionGetByEnvironmentOptionalParams) => Promise<ManagedClusterCodeVersionResult>
屬性值
(location: string, environment: string, clusterVersion: string, options?: ManagedClusterVersionGetByEnvironmentOptionalParams) => Promise<ManagedClusterCodeVersionResult>
list
依位置取得 Service Fabric 叢集資源的所有可用程式代碼版本。
list: (location: string, options?: ManagedClusterVersionListOptionalParams) => Promise<ManagedClusterCodeVersionResult[]>
屬性值
(location: string, options?: ManagedClusterVersionListOptionalParams) => Promise<ManagedClusterCodeVersionResult[]>
listByEnvironment
依環境取得 Service Fabric 叢集資源的所有可用程式代碼版本。
listByEnvironment: (location: string, environment: string, options?: ManagedClusterVersionListByEnvironmentOptionalParams) => Promise<ManagedClusterCodeVersionResult[]>
屬性值
(location: string, environment: string, options?: ManagedClusterVersionListByEnvironmentOptionalParams) => Promise<ManagedClusterCodeVersionResult[]>