ManagedClusterUpdateParameters Class

Definition

Managed cluster update request

[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedClusterUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedClusterUpdateParameters = class
Public Class ManagedClusterUpdateParameters
Inheritance
ManagedClusterUpdateParameters
Attributes

Constructors

ManagedClusterUpdateParameters()

Initializes a new instance of the ManagedClusterUpdateParameters class.

ManagedClusterUpdateParameters(Nullable<Int32>, Nullable<Int32>, IList<LoadBalancingRule>, IList<ClientCertificate>, AzureActiveDirectory, IList<SettingsSectionDescription>, String, String, ClusterUpgradePolicy, Nullable<Int32>, IDictionary<String,String>)

Initializes a new instance of the ManagedClusterUpdateParameters class.

Properties

AzureActiveDirectory

Gets or sets azure active directory.

ClientConnectionPort

Gets or sets the port used for client connections to the cluster.

Clients

Gets or sets client certificates for the cluster.

ClusterCodeVersion

Gets or sets the Service Fabric runtime version of the cluster. This property can only by set the user when upgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions.

ClusterUpgradeDescription

Gets or sets describes the policy used when upgrading the cluster.

ClusterUpgradeMode

Gets or sets the upgrade mode of the cluster when new Service Fabric runtime version is available.

  • Automatic - The cluster will be automatically upgraded to the latest Service Fabric runtime version as soon as it is available.
  • Manual - The cluster will not be automatically upgraded to the latest Service Fabric runtime version. The cluster is upgraded by setting the clusterCodeVersion property in the cluster resource. . Possible values include: 'Automatic', 'Manual'
FabricSettings

Gets or sets the list of custom fabric settings to configure the cluster.

HttpGatewayConnectionPort

Gets or sets the port used for http connections to the cluster.

LoadBalancingRules

Gets or sets describes a load balancing rule.

ReverseProxyEndpointPort

Gets or sets the endpoint used by reverse proxy.

Tags

Gets or sets managed cluster update parameters

Methods

Validate()

Validate the object.

Applies to