ServiceFabricManagedClusterSecurityType 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.
Specifies the security type of the nodeType. Only Standard and TrustedLaunch are currently supported.
public readonly struct ServiceFabricManagedClusterSecurityType : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterSecurityType>
type ServiceFabricManagedClusterSecurityType = struct
Public Structure ServiceFabricManagedClusterSecurityType
Implements IEquatable(Of ServiceFabricManagedClusterSecurityType)
- Inheritance
-
ServiceFabricManagedClusterSecurityType
- Implements
Constructors
ServiceFabricManagedClusterSecurityType(String) |
Initializes a new instance of ServiceFabricManagedClusterSecurityType. |
Properties
Standard |
Standard is the default security type for all machines. |
TrustedLaunch |
Trusted Launch is a security type that secures generation 2 virtual machines. |
Methods
Equals(ServiceFabricManagedClusterSecurityType) |
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(ServiceFabricManagedClusterSecurityType, ServiceFabricManagedClusterSecurityType) |
Determines if two ServiceFabricManagedClusterSecurityType values are the same. |
Implicit(String to ServiceFabricManagedClusterSecurityType) |
Converts a string to a ServiceFabricManagedClusterSecurityType. |
Inequality(ServiceFabricManagedClusterSecurityType, ServiceFabricManagedClusterSecurityType) |
Determines if two ServiceFabricManagedClusterSecurityType values are not the same. |
Applies to
Azure SDK for .NET