Share via


ManagedClusterVersionOperations interface

Interface representing a ManagedClusterVersion operations.

Properties

get

Gets information about an available Service Fabric managed cluster code version.

getByEnvironment

Gets information about an available Service Fabric cluster code version by environment.

list

Gets all available code versions for Service Fabric cluster resources by location.

listByEnvironment

Gets all available code versions for Service Fabric cluster resources by environment.

Property Details

get

Gets information about an available Service Fabric managed cluster code version.

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

Property Value

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

getByEnvironment

Gets information about an available Service Fabric cluster code version by environment.

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

Property Value

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

list

Gets all available code versions for Service Fabric cluster resources by location.

list: (location: string, options?: ManagedClusterVersionListOptionalParams) => Promise<ManagedClusterCodeVersionResult[]>

Property Value

(location: string, options?: ManagedClusterVersionListOptionalParams) => Promise<ManagedClusterCodeVersionResult[]>

listByEnvironment

Gets all available code versions for Service Fabric cluster resources by environment.

listByEnvironment: (location: string, environment: string, options?: ManagedClusterVersionListByEnvironmentOptionalParams) => Promise<ManagedClusterCodeVersionResult[]>

Property Value

(location: string, environment: string, options?: ManagedClusterVersionListByEnvironmentOptionalParams) => Promise<ManagedClusterCodeVersionResult[]>