HciConfigureSdnIntegrationJobProperties 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.
Properties for configuring SDN integration intent for the cluster.
public class HciConfigureSdnIntegrationJobProperties : Azure.ResourceManager.Hci.Models.ClusterJobProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciConfigureSdnIntegrationJobProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciConfigureSdnIntegrationJobProperties>
type HciConfigureSdnIntegrationJobProperties = class
inherit ClusterJobProperties
interface IJsonModel<HciConfigureSdnIntegrationJobProperties>
interface IPersistableModel<HciConfigureSdnIntegrationJobProperties>
Public Class HciConfigureSdnIntegrationJobProperties
Inherits ClusterJobProperties
Implements IJsonModel(Of HciConfigureSdnIntegrationJobProperties), IPersistableModel(Of HciConfigureSdnIntegrationJobProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| HciConfigureSdnIntegrationJobProperties(SdnIntegrationIntent) |
Initializes a new instance of HciConfigureSdnIntegrationJobProperties. |
Properties
| Name | Description |
|---|---|
| DeploymentMode |
Deployment mode to trigger job. (Inherited from ClusterJobProperties) |
| EndOn |
The UTC date and time at which the job completed. (Inherited from ClusterJobProperties) |
| JobId |
Unique, immutable job id. (Inherited from ClusterJobProperties) |
| ProvisioningState |
Job provisioning state. (Inherited from ClusterJobProperties) |
| ReportedProperties |
Reported properties for job. (Inherited from ClusterJobProperties) |
| SdnIntegrationIntent |
Defines the customer's intent for configuring SDN integration. |
| SdnPrefix |
A string identifier used to construct the Network Controller (NC) REST resource name. This prefix helps group and distinguish SDN-managed network components and must follow specific formatting rules. |
| StartOn |
The UTC date and time at which the job started. (Inherited from ClusterJobProperties) |
| Status |
Status of Cluster job. (Inherited from ClusterJobProperties) |