Language

IDnsResolverDomainListBulk.Action Property

Definition

The action to take in the request, Upload or Download.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.PSArgumentCompleter(new System.String[] { "Upload", "Download" })]
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The action to take in the request, Upload or Download.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="action", Update=true)]
public string Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.PSArgumentCompleter(new System.String[] { "Upload", "Download" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The action to take in the request, Upload or Download.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="action", Update=true)>]
member this.Action : string with get, set
Public Property Action As String

Property Value

Attributes

Applies to