CompareDeploymentVersionsContent(String) Constructor
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.
Initializes a new instance of CompareDeploymentVersionsContent.
public CompareDeploymentVersionsContent(string compareTo);
new Azure.ResourceManager.Cdn.Models.CompareDeploymentVersionsContent : string -> Azure.ResourceManager.Cdn.Models.CompareDeploymentVersionsContent
Public Sub New (compareTo As String)
Parameters
- compareTo
- String
the deployment version name to be compared to.
Exceptions
compareTo is null.