ProviderEndpointType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Canary. |
| NotSpecified |
NotSpecified. |
| Production |
Production. |
| TestInProduction |
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 ProviderEndpointType) |
Converts a String to a ProviderEndpointType. |
| Inequality(ProviderEndpointType, ProviderEndpointType) |
Determines if two ProviderEndpointType values are not the same. |