ArmHciModelFactory.ClusterSdnProperties Method

Definition

Represents the Software Defined Networking (SDN) configuration state of the Azure Stack HCI cluster.

public static Azure.ResourceManager.Hci.Models.ClusterSdnProperties ClusterSdnProperties(Azure.ResourceManager.Hci.Models.SdnStatus? sdnStatus = default, string sdnDomainName = default, string sdnApiAddress = default, Azure.ResourceManager.Hci.Models.SdnIntegrationIntent? sdnIntegrationIntent = default);
static member ClusterSdnProperties : Nullable<Azure.ResourceManager.Hci.Models.SdnStatus> * string * string * Nullable<Azure.ResourceManager.Hci.Models.SdnIntegrationIntent> -> Azure.ResourceManager.Hci.Models.ClusterSdnProperties
Public Shared Function ClusterSdnProperties (Optional sdnStatus As Nullable(Of SdnStatus) = Nothing, Optional sdnDomainName As String = Nothing, Optional sdnApiAddress As String = Nothing, Optional sdnIntegrationIntent As Nullable(Of SdnIntegrationIntent) = Nothing) As ClusterSdnProperties

Parameters

sdnStatus
Nullable<SdnStatus>

Indicates the current Software Defined Networking (SDN) status of the resource, which may be an individual device or a cluster.

sdnDomainName
String

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 &lt;sdnPrefix&gt;-nc.&lt;domain&gt; when SDN is enabled. May be null or absent in unsupported or disabled states.

sdnApiAddress
String

Represents the API address for the SDN deployment.

sdnIntegrationIntent
Nullable<SdnIntegrationIntent>

Indicates whether Software Defined Networking (SDN) integration should be enabled or disabled for this deployment.

Returns

A new ClusterSdnProperties instance for mocking.

Applies to