Uses of Class
com.azure.resourcemanager.securityinsights.models.DeploymentInfo
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of DeploymentInfo in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSourceControlInner.lastDeploymentInfo()
Get the lastDeploymentInfo property: Information regarding the latest deployment for the source control.SourceControlProperties.lastDeploymentInfo()
Get the lastDeploymentInfo property: Information regarding the latest deployment for the source control.Modifier and TypeMethodDescriptionSourceControlInner.withLastDeploymentInfo
(DeploymentInfo lastDeploymentInfo) Set the lastDeploymentInfo property: Information regarding the latest deployment for the source control.SourceControlProperties.withLastDeploymentInfo
(DeploymentInfo lastDeploymentInfo) Set the lastDeploymentInfo property: Information regarding the latest deployment for the source control. -
Uses of DeploymentInfo in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionSourceControl.lastDeploymentInfo()
Gets the lastDeploymentInfo property: Information regarding the latest deployment for the source control.DeploymentInfo.withDeployment
(Deployment deployment) Set the deployment property: Deployment information.DeploymentInfo.withDeploymentFetchStatus
(DeploymentFetchStatus deploymentFetchStatus) Set the deploymentFetchStatus property: Status while fetching the last deployment.DeploymentInfo.withMessage
(String message) Set the message property: Additional details about the deployment that can be shown to the user.Modifier and TypeMethodDescriptionSourceControl.DefinitionStages.WithLastDeploymentInfo.withLastDeploymentInfo
(DeploymentInfo lastDeploymentInfo) Specifies the lastDeploymentInfo property: Information regarding the latest deployment for the source control..