MccCacheNodeProxyRequired 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.
Proxy details enum.
public readonly struct MccCacheNodeProxyRequired : IEquatable<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeProxyRequired>
type MccCacheNodeProxyRequired = struct
Public Structure MccCacheNodeProxyRequired
Implements IEquatable(Of MccCacheNodeProxyRequired)
- Inheritance
-
MccCacheNodeProxyRequired
- Implements
Constructors
| Name | Description |
|---|---|
| MccCacheNodeProxyRequired(String) |
Initializes a new instance of MccCacheNodeProxyRequired. |
Properties
| Name | Description |
|---|---|
| None |
Proxy is not required in setup. |
| Required |
proxy is required in setup. |
Methods
| Name | Description |
|---|---|
| Equals(MccCacheNodeProxyRequired) |
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(MccCacheNodeProxyRequired, MccCacheNodeProxyRequired) |
Determines if two MccCacheNodeProxyRequired values are the same. |
| Implicit(String to MccCacheNodeProxyRequired) |
Converts a String to a MccCacheNodeProxyRequired. |
| Inequality(MccCacheNodeProxyRequired, MccCacheNodeProxyRequired) |
Determines if two MccCacheNodeProxyRequired values are not the same. |