Deployed Resources Properties Response
data class DeployedResourcesPropertiesResponse(val context: String, val deployedResourceId: String, val deploymentTimestamp: String, val displayName: String, val id: String, val isCleanUpDone: Boolean, val isTestMigration: Boolean, val status: String, val type: String)
Class for deployed resource properties.
Constructors
Properties
Link copied to clipboard
Gets or sets the deployed resource id.
Link copied to clipboard
Gets or sets the deployment timestamp.
Link copied to clipboard
Gets or sets the name of deployed resources.
Link copied to clipboard
Gets or sets a value indicating whether resources are cleaned up from target.
Link copied to clipboard
Gets or sets a value indicating whether scenario is test migration.