BlobServiceItems Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServiceItemsTypeConverter))]
public class BlobServiceItems : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceItems
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServiceItemsTypeConverter))>]
type BlobServiceItems = class
interface IBlobServiceItems
interface IJsonSerializable
Public Class BlobServiceItems
Implements IBlobServiceItems
- Inheritance
-
BlobServiceItems
- Attributes
- Implements
Constructors
BlobServiceItems() |
Creates an new BlobServiceItems instance. |
Properties
Value |
List of blob services returned. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BlobServiceItems. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BlobServiceItems. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServiceItems. |
FromJsonString(String) |
Creates a new instance of BlobServiceItems, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BlobServiceItems into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |