ShareModelFactory.ShareItem Method
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.
Creates a new ShareItem instance for mocking.
public static Azure.Storage.Files.Shares.Models.ShareItem ShareItem (string name, Azure.Storage.Files.Shares.Models.ShareProperties properties, string snapshot = default, bool? isDeleted = default, string versionId = default);
static member ShareItem : string * Azure.Storage.Files.Shares.Models.ShareProperties * string * Nullable<bool> * string -> Azure.Storage.Files.Shares.Models.ShareItem
Public Shared Function ShareItem (name As String, properties As ShareProperties, Optional snapshot As String = Nothing, Optional isDeleted As Nullable(Of Boolean) = Nothing, Optional versionId As String = Nothing) As ShareItem
Parameters
- name
- String
- properties
- ShareProperties
- snapshot
- String
- versionId
- String
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET