Udostępnij za pośrednictwem


ServiceFabricManagedClusterSecurityType Struct

Definition

Specifies the security type of the nodeType. Only TrustedLaunch is 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

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