ArmHciModelFactory.SdnProperties Method

Definition

Represents the Software Defined Networking (SDN) configuration state.

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

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.

Returns

A new SdnProperties instance for mocking.

Applies to