Condividi tramite


BlobServiceItems Class

Definition

[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.

Applies to