Udostępnij przez


ListTableServices Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ListTableServicesTypeConverter))]
public class ListTableServices : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IListTableServices
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ListTableServicesTypeConverter))>]
type ListTableServices = class
    interface IListTableServices
    interface IJsonSerializable
Public Class ListTableServices
Implements IListTableServices
Inheritance
ListTableServices
Attributes
Implements

Constructors

Name Description
ListTableServices()

Creates an new ListTableServices instance.

Properties

Name Description
Value

List of table services returned.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListTableServices.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListTableServices.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IListTableServices.

FromJsonString(String)

Creates a new instance of ListTableServices, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListTableServices into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to