StorageSyncServiceCreateOrUpdateContent 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 parameters used when creating a storage sync service.
public class StorageSyncServiceCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.StorageSyncServiceCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.StorageSyncServiceCreateOrUpdateContent>
public class StorageSyncServiceCreateOrUpdateContent
type StorageSyncServiceCreateOrUpdateContent = class
interface IJsonModel<StorageSyncServiceCreateOrUpdateContent>
interface IPersistableModel<StorageSyncServiceCreateOrUpdateContent>
type StorageSyncServiceCreateOrUpdateContent = class
Public Class StorageSyncServiceCreateOrUpdateContent
Implements IJsonModel(Of StorageSyncServiceCreateOrUpdateContent), IPersistableModel(Of StorageSyncServiceCreateOrUpdateContent)
Public Class StorageSyncServiceCreateOrUpdateContent
- Inheritance
-
StorageSyncServiceCreateOrUpdateContent
- Implements
Constructors
StorageSyncServiceCreateOrUpdateContent(AzureLocation) |
Initializes a new instance of StorageSyncServiceCreateOrUpdateContent. |
Properties
IncomingTrafficPolicy |
Incoming Traffic Policy. |
Location |
Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed. |
Tags |
Gets or sets a list of key value pairs that describe the resource. These tags can be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key with a length no greater than 128 characters and a value with a length no greater than 256 characters. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<StorageSyncServiceCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageSyncServiceCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageSyncServiceCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageSyncServiceCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageSyncServiceCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET