CloudEndpointCreateParameters 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 cloud endpoint.
[Microsoft.Rest.Serialization.JsonTransformation]
public class CloudEndpointCreateParameters : Microsoft.Azure.Management.StorageSync.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CloudEndpointCreateParameters = class
inherit ProxyResource
Public Class CloudEndpointCreateParameters
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
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. |
Properties
AzureFileShareName |
Gets or sets azure file share name |
FriendlyName |
Gets or sets friendly Name |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
StorageAccountResourceId |
Gets or sets storage Account Resource Id |
StorageAccountTenantId |
Gets or sets storage Account Tenant Id |
SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from Resource) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET