ClusterSdnProperties Class
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.
Represents the Software Defined Networking (SDN) configuration state of the Azure Stack HCI cluster.
public class ClusterSdnProperties : Azure.ResourceManager.Hci.Models.SdnProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.ClusterSdnProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.ClusterSdnProperties>
type ClusterSdnProperties = class
inherit SdnProperties
interface IJsonModel<ClusterSdnProperties>
interface IPersistableModel<ClusterSdnProperties>
Public Class ClusterSdnProperties
Inherits SdnProperties
Implements IJsonModel(Of ClusterSdnProperties), IPersistableModel(Of ClusterSdnProperties)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| SdnApiAddress |
Represents the API address for the SDN deployment. (Inherited from SdnProperties) |
| SdnDomainName |
The fully qualified domain name (FQDN) associated with the SDN deployment. This value is propagated from the Device Management Extension to the cluster resource. It is typically in the format |
| SdnIntegrationIntent |
Indicates whether Software Defined Networking (SDN) integration should be enabled or disabled for this deployment. |
| SdnStatus |
Indicates the current Software Defined Networking (SDN) status of the resource, which may be an individual device or a cluster. (Inherited from SdnProperties) |