ManagedInstanceProxyOverride 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.
Connection type used for connecting to the instance.
public readonly struct ManagedInstanceProxyOverride : IEquatable<Azure.ResourceManager.Sql.Models.ManagedInstanceProxyOverride>
type ManagedInstanceProxyOverride = struct
Public Structure ManagedInstanceProxyOverride
Implements IEquatable(Of ManagedInstanceProxyOverride)
- Inheritance
-
ManagedInstanceProxyOverride
- Implements
Constructors
ManagedInstanceProxyOverride(String) |
Initializes a new instance of ManagedInstanceProxyOverride. |
Properties
Default |
Default. |
Proxy |
Proxy. |
Redirect |
Redirect. |
Methods
Equals(ManagedInstanceProxyOverride) |
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(ManagedInstanceProxyOverride, ManagedInstanceProxyOverride) |
Determines if two ManagedInstanceProxyOverride values are the same. |
Implicit(String to ManagedInstanceProxyOverride) |
Converts a string to a ManagedInstanceProxyOverride. |
Inequality(ManagedInstanceProxyOverride, ManagedInstanceProxyOverride) |
Determines if two ManagedInstanceProxyOverride values are not the same. |
Applies to
Azure SDK for .NET