ArmHciModelFactory.ClusterSdnProperties Method
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 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
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 <sdnPrefix>-nc.<domain> 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.