StorageSyncService 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.
Storage Sync Service object.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StorageSyncService : Microsoft.Azure.Management.StorageSync.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StorageSyncService = class
inherit TrackedResource
Public Class StorageSyncService
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
StorageSyncService() |
Initializes a new instance of the StorageSyncService class. |
StorageSyncService(String, String, String, String, SystemData, IDictionary<String,String>, String, Nullable<Int32>, String, String, String, String, IList<PrivateEndpointConnection>) |
Initializes a new instance of the StorageSyncService class. |
Properties
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
IncomingTrafficPolicy |
Gets or sets incoming Traffic Policy. Possible values include: 'AllowAllTraffic', 'AllowVirtualNetworksOnly' |
LastOperationName |
Gets resource Last Operation Name |
LastWorkflowId |
Gets storageSyncService lastWorkflowId |
Location |
Gets or sets the geo-location where the resource lives (Inherited from TrackedResource) |
Name |
Gets the name of the resource (Inherited from Resource) |
PrivateEndpointConnections |
Gets list of private endpoint connection associated with the specified storage sync service |
ProvisioningState |
Gets storageSyncService Provisioning State |
StorageSyncServiceStatus |
Gets storage Sync service status. |
StorageSyncServiceUid |
Gets storage Sync service Uid |
SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from Resource) |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET