ArmHybridNetworkModelFactory.DeploymentStatusProperties 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.
Initializes a new instance of DeploymentStatusProperties.
public static Azure.ResourceManager.HybridNetwork.Models.DeploymentStatusProperties DeploymentStatusProperties (Azure.ResourceManager.HybridNetwork.Models.ComponentStatus? status = default, Azure.ResourceManager.HybridNetwork.Models.ComponentKubernetesResources resources = default, DateTimeOffset? nextExpectedUpdateOn = default);
static member DeploymentStatusProperties : Nullable<Azure.ResourceManager.HybridNetwork.Models.ComponentStatus> * Azure.ResourceManager.HybridNetwork.Models.ComponentKubernetesResources * Nullable<DateTimeOffset> -> Azure.ResourceManager.HybridNetwork.Models.DeploymentStatusProperties
Public Shared Function DeploymentStatusProperties (Optional status As Nullable(Of ComponentStatus) = Nothing, Optional resources As ComponentKubernetesResources = Nothing, Optional nextExpectedUpdateOn As Nullable(Of DateTimeOffset) = Nothing) As DeploymentStatusProperties
Parameters
- status
- Nullable<ComponentStatus>
The status of the component resource.
- resources
- ComponentKubernetesResources
The resource related to the component resource.
- nextExpectedUpdateOn
- Nullable<DateTimeOffset>
The next expected update of deployment status.
Returns
A new DeploymentStatusProperties instance for mocking.