TableServiceProperties1 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.
The properties of a storage account’s Table service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TableServiceProperties1TypeConverter))]
public class TableServiceProperties1 : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITableServiceProperties1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TableServiceProperties1TypeConverter))>]
type TableServiceProperties1 = class
interface ITableServiceProperties1
interface IJsonSerializable
Public Class TableServiceProperties1
Implements ITableServiceProperties1
- Inheritance
-
TableServiceProperties1
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TableServiceProperties1() |
Creates an new TableServiceProperties1 instance. |
Properties
| Name | Description |
|---|---|
| CorCorsRule |
The List of CORS rules. You can include up to five CorsRule elements in the request. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TableServiceProperties1. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TableServiceProperties1. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITableServiceProperties1. |
| FromJsonString(String) |
Creates a new instance of TableServiceProperties1, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of TableServiceProperties1 into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |