DeploymentMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session.
public readonly struct DeploymentMode : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.DeploymentMode>
type DeploymentMode = struct
Public Structure DeploymentMode
Implements IEquatable(Of DeploymentMode)
- Inheritance
-
DeploymentMode
- Implements
Constructors
DeploymentMode(String) |
Initializes a new instance of DeploymentMode. |
Properties
Application |
Application. |
Session |
Session. |
Methods
Equals(DeploymentMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DeploymentMode, DeploymentMode) |
Determines if two DeploymentMode values are the same. |
Implicit(String to DeploymentMode) |
Converts a string to a DeploymentMode. |
Inequality(DeploymentMode, DeploymentMode) |
Determines if two DeploymentMode values are not the same. |
Applies to
Azure SDK for .NET