Share via


StorageSyncService Constructors

Definition

Overloads

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.

StorageSyncService()

Initializes a new instance of the StorageSyncService class.

public StorageSyncService ();
Public Sub New ()

Applies to

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.

public StorageSyncService (string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string incomingTrafficPolicy = default, int? storageSyncServiceStatus = default, string storageSyncServiceUid = default, string provisioningState = default, string lastWorkflowId = default, string lastOperationName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection> privateEndpointConnections = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncService : string * string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncService
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional incomingTrafficPolicy As String = Nothing, Optional storageSyncServiceStatus As Nullable(Of Integer) = Nothing, Optional storageSyncServiceUid As String = Nothing, Optional provisioningState As String = Nothing, Optional lastWorkflowId As String = Nothing, Optional lastOperationName As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing)

Parameters

location
String

The geo-location where the resource lives

id
String

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

name
String

The name of the resource

type
String

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

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

incomingTrafficPolicy
String

Incoming Traffic Policy. Possible values include: 'AllowAllTraffic', 'AllowVirtualNetworksOnly'

storageSyncServiceStatus
Nullable<Int32>

Storage Sync service status.

storageSyncServiceUid
String

Storage Sync service Uid

provisioningState
String

StorageSyncService Provisioning State

lastWorkflowId
String

StorageSyncService lastWorkflowId

lastOperationName
String

Resource Last Operation Name

privateEndpointConnections
IList<PrivateEndpointConnection>

List of private endpoint connection associated with the specified storage sync service

Applies to