Uses of Class
com.azure.resourcemanager.securityinsights.models.Deployment
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of Deployment in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionDeploymentInfo.deployment()
Get the deployment property: Deployment information.Deployment.withDeploymentId
(String deploymentId) Set the deploymentId property: Deployment identifier.Deployment.withDeploymentLogsUrl
(String deploymentLogsUrl) Set the deploymentLogsUrl property: Url to access repository action logs.Deployment.withDeploymentResult
(DeploymentResult deploymentResult) Set the deploymentResult property: The outcome of the deployment.Deployment.withDeploymentState
(DeploymentState deploymentState) Set the deploymentState property: Current status of the deployment.Deployment.withDeploymentTime
(OffsetDateTime deploymentTime) Set the deploymentTime property: The time when the deployment finished.Modifier and TypeMethodDescriptionDeploymentInfo.withDeployment
(Deployment deployment) Set the deployment property: Deployment information.