CloudEndpointCreateParameters Constructors

Definition

Overloads

CloudEndpointCreateParameters()

Initializes a new instance of the CloudEndpointCreateParameters class.

CloudEndpointCreateParameters(String, String, String, SystemData, String, String, String, String)

Initializes a new instance of the CloudEndpointCreateParameters class.

CloudEndpointCreateParameters()

Initializes a new instance of the CloudEndpointCreateParameters class.

public CloudEndpointCreateParameters ();
Public Sub New ()

Applies to

CloudEndpointCreateParameters(String, String, String, SystemData, String, String, String, String)

Initializes a new instance of the CloudEndpointCreateParameters class.

public CloudEndpointCreateParameters (string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, string storageAccountResourceId = default, string azureFileShareName = default, string storageAccountTenantId = default, string friendlyName = default);
new Microsoft.Azure.Management.StorageSync.Models.CloudEndpointCreateParameters : string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * string * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.CloudEndpointCreateParameters
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional storageAccountResourceId As String = Nothing, Optional azureFileShareName As String = Nothing, Optional storageAccountTenantId As String = Nothing, Optional friendlyName As String = Nothing)

Parameters

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.

storageAccountResourceId
String

Storage Account Resource Id

azureFileShareName
String

Azure file share name

storageAccountTenantId
String

Storage Account Tenant Id

friendlyName
String

Friendly Name

Applies to