Partilhar via


ComputeFleetProtocolType Struct

Definition

Specifies the protocol of WinRM listener. Possible values are: http, https.

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

Constructors

ComputeFleetProtocolType(String)

Initializes a new instance of ComputeFleetProtocolType.

Properties

Http

Http protocol.

Https

Https protocol.

Methods

Equals(ComputeFleetProtocolType)

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(ComputeFleetProtocolType, ComputeFleetProtocolType)

Determines if two ComputeFleetProtocolType values are the same.

Implicit(String to ComputeFleetProtocolType)

Converts a String to a ComputeFleetProtocolType.

Inequality(ComputeFleetProtocolType, ComputeFleetProtocolType)

Determines if two ComputeFleetProtocolType values are not the same.

Applies to