IBlobInventoryPolicyRule.Destination 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.
Container name where blob inventory files are stored. Must be pre-created.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Container name where blob inventory files are stored. Must be pre-created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="destination", Update=true)]
public string Destination { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Container name where blob inventory files are stored. Must be pre-created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="destination", Update=true)>]
member this.Destination : string with get, set
Public Property Destination As String
Property Value
- Attributes