SdnIntegrationIntent 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.
Indicates whether Software Defined Networking (SDN) integration should be enabled or disabled for this deployment.
public readonly struct SdnIntegrationIntent : IEquatable<Azure.ResourceManager.Hci.Models.SdnIntegrationIntent>
type SdnIntegrationIntent = struct
Public Structure SdnIntegrationIntent
Implements IEquatable(Of SdnIntegrationIntent)
- Inheritance
-
SdnIntegrationIntent
- Implements
Constructors
| Name | Description |
|---|---|
| SdnIntegrationIntent(String) |
Initializes a new instance of SdnIntegrationIntent. |
Properties
| Name | Description |
|---|---|
| Disable |
Disable SDN integration for the deployment. |
| Enable |
Enable SDN integration for the deployment. |
Methods
| Name | Description |
|---|---|
| Equals(SdnIntegrationIntent) |
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(SdnIntegrationIntent, SdnIntegrationIntent) |
Determines if two SdnIntegrationIntent values are the same. |
| Implicit(String to Nullable<SdnIntegrationIntent>) | |
| Implicit(String to SdnIntegrationIntent) |
Converts a string to a SdnIntegrationIntent. |
| Inequality(SdnIntegrationIntent, SdnIntegrationIntent) |
Determines if two SdnIntegrationIntent values are not the same. |