CreateContainerServiceDeploymentResult constructor

CreateContainerServiceDeploymentResult({
  1. ContainerService? containerService,
})

Implementation

CreateContainerServiceDeploymentResult({
  this.containerService,
});