ClientConfiguration.DeploymentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
DeploymentId is the same as ClusterId. Please use ClusterId instead of DeploymentId.
Deployment Id. This is the same as ClusterId and has been deprecated in favor of it.
public string DeploymentId { get; set; }
[System.Obsolete("DeploymentId is the same as ClusterId. Please use ClusterId instead of DeploymentId.")]
public string DeploymentId { get; set; }
member this.DeploymentId : string with get, set
[<System.Obsolete("DeploymentId is the same as ClusterId. Please use ClusterId instead of DeploymentId.")>]
member this.DeploymentId : string with get, set
Public Property DeploymentId As String
Property Value
- Attributes