Partager via


BlobDataSourceProperties.Container Propriété

Définition

Obtient ou définit le nom d’un conteneur dans le compte de stockage associé. Ce conteneur contient les objets blob à partir duquel lire ou écrire. Obligatoire sur les demandes PUT (CreateOrReplace).

[Newtonsoft.Json.JsonProperty(PropertyName="container")]
public string Container { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="container")>]
member this.Container : string with get, set
Public Property Container As String

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à