IEdgeActionVersionProperties.DeploymentType 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.
The deployment type
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "zip", "file", "others" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The deployment type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="deploymentType", Update=true)]
public string DeploymentType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "zip", "file", "others" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The deployment type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="deploymentType", Update=true)>]
member this.DeploymentType : string with get, set
Public Property DeploymentType As String
Property Value
- Attributes