Share via


StorageSyncServiceCreateOrUpdateContent Class

Definition

The parameters used when creating a storage sync service.

public class StorageSyncServiceCreateOrUpdateContent : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.StorageSyncServiceCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.StorageSyncServiceCreateOrUpdateContent>
public class StorageSyncServiceCreateOrUpdateContent
type StorageSyncServiceCreateOrUpdateContent = class
    inherit TrackedResourceData
    interface IJsonModel<StorageSyncServiceCreateOrUpdateContent>
    interface IPersistableModel<StorageSyncServiceCreateOrUpdateContent>
type StorageSyncServiceCreateOrUpdateContent = class
Public Class StorageSyncServiceCreateOrUpdateContent
Inherits TrackedResourceData
Implements IJsonModel(Of StorageSyncServiceCreateOrUpdateContent), IPersistableModel(Of StorageSyncServiceCreateOrUpdateContent)
Public Class StorageSyncServiceCreateOrUpdateContent
Inheritance
StorageSyncServiceCreateOrUpdateContent
Inheritance
StorageSyncServiceCreateOrUpdateContent
Implements

Constructors

StorageSyncServiceCreateOrUpdateContent(AzureLocation)

Initializes a new instance of StorageSyncServiceCreateOrUpdateContent.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

managed identities for the Storage Sync to interact with other Azure services without maintaining any secrets or credentials in code.

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.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
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.

Tags

Resource tags.

(Inherited from TrackedResourceData)
UseIdentity

Use Identity authorization when customer have finished setup RBAC permissions.

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