Values.GetDeploymentInputSourceGet detailed data for a deployment.
type nonrec t = {componentName : ResourceName.t option;The name of a component that you want to get the detailed data for.
*)environmentName : ResourceName.t option;The name of a environment that you want to get the detailed data for.
*)id : DeploymentId.t;The ID of the deployment that you want to get the detailed data for.
*)serviceInstanceName : ResourceName.t option;The name of the service instance associated with the given deployment ID. serviceName must be specified to identify the service instance.
*)serviceName : ResourceName.t option;The name of the service associated with the given deployment ID.
*)}val make :
?componentName:??? ->
?environmentName:??? ->
?serviceInstanceName:??? ->
?serviceName:??? ->
id:DeploymentId.t ->
unit ->
t