Dela via


ResourceRoutingType Struct

Definition

The ResourceRoutingType.

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

Constructors

ResourceRoutingType(String)

Initializes a new instance of ResourceRoutingType.

Properties

CascadeExtension

CascadeExtension.

Default

Default.

Extension

Extension.

Failover

Failover.

Fanout

Fanout.

HostBased

HostBased.

LocationBased

LocationBased.

ProxyOnly

ProxyOnly.

Tenant

Tenant.

Methods

Equals(ResourceRoutingType)

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

Determines if two ResourceRoutingType values are the same.

Implicit(String to ResourceRoutingType)

Converts a string to a ResourceRoutingType.

Inequality(ResourceRoutingType, ResourceRoutingType)

Determines if two ResourceRoutingType values are not the same.

Applies to