PipelineGroupTlsMode Struct

Definition

TLS security mode defining the level of transport security.

public readonly struct PipelineGroupTlsMode : IEquatable<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupTlsMode>
type PipelineGroupTlsMode = struct
Public Structure PipelineGroupTlsMode
Implements IEquatable(Of PipelineGroupTlsMode)
Inheritance
PipelineGroupTlsMode
Implements

Constructors

Name Description
PipelineGroupTlsMode(String)

Initializes a new instance of PipelineGroupTlsMode.

Properties

Name Description
Disabled

No TLS encryption - plain text communication.

MutualTls

Mutual TLS - encrypts communication and validates both server and client certificates.

ServerOnly

Server-side TLS only - encrypts communication but doesn't validate client certificates.

Methods

Name Description
Equals(PipelineGroupTlsMode)

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

Name Description
Equality(PipelineGroupTlsMode, PipelineGroupTlsMode)

Determines if two PipelineGroupTlsMode values are the same.

Implicit(String to Nullable<PipelineGroupTlsMode>)
Implicit(String to PipelineGroupTlsMode)

Converts a string to a PipelineGroupTlsMode.

Inequality(PipelineGroupTlsMode, PipelineGroupTlsMode)

Determines if two PipelineGroupTlsMode values are not the same.

Applies to