ProviderEndpointType Struct

Definition

The endpoint type.

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

Constructors

Name Description
ProviderEndpointType(String)

Initializes a new instance of ProviderEndpointType.

Properties

Name Description
Canary

Gets the Canary.

NotSpecified

Gets the NotSpecified.

Production

Gets the Production.

TestInProduction

Gets the TestInProduction.

Methods

Name Description
Equals(ProviderEndpointType)

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

Determines if two ProviderEndpointType values are the same.

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

Converts a string to a ProviderEndpointType.

Inequality(ProviderEndpointType, ProviderEndpointType)

Determines if two ProviderEndpointType values are not the same.

Applies to