Condividi tramite


ContainerHttpGetScheme Struct

Definition

The scheme.

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

Constructors

ContainerHttpGetScheme(String)

Initializes a new instance of ContainerHttpGetScheme.

Properties

Http

http.

Https

https.

Methods

Equals(ContainerHttpGetScheme)

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

Determines if two ContainerHttpGetScheme values are the same.

Implicit(String to ContainerHttpGetScheme)

Converts a string to a ContainerHttpGetScheme.

Inequality(ContainerHttpGetScheme, ContainerHttpGetScheme)

Determines if two ContainerHttpGetScheme values are not the same.

Applies to