Partager via


IBlobInventoryPolicyRule.DefinitionFormat Property

Definition

This is a required field, it specifies the format for the inventory files.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Csv", "Parquet" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This is a required field, it specifies the format for the inventory files.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="format", Update=true)]
public string DefinitionFormat { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Csv", "Parquet" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This is a required field, it specifies the format for the inventory files.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="format", Update=true)>]
member this.DefinitionFormat : string with get, set
Public Property DefinitionFormat As String

Property Value

Attributes

Applies to