CloudEndpointCreateParametersProperties Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. fluent. models. CloudEndpointCreateParametersProperties
- com.
Implements
public final class CloudEndpointCreateParametersProperties
implements JsonSerializable<CloudEndpointCreateParametersProperties>
CloudEndpoint Properties object.
Constructor Summary
| Constructor | Description |
|---|---|
| CloudEndpointCreateParametersProperties() |
Creates an instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
azureFileShareName()
Get the azure |
| Integer |
changeEnumerationIntervalDays()
Get the change |
| String |
friendlyName()
Get the friendly |
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
| String |
storageAccountResourceId()
Get the storage |
| String |
storageAccountTenantId()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Cloud |
withAzureFileShareName(String azureFileShareName)
Set the azure |
|
Cloud |
withChangeEnumerationIntervalDays(Integer changeEnumerationIntervalDays)
Set the change |
|
Cloud |
withFriendlyName(String friendlyName)
Set the friendly |
|
Cloud |
withStorageAccountResourceId(String storageAccountResourceId)
Set the storage |
|
Cloud |
withStorageAccountTenantId(String storageAccountTenantId)
Set the storage |
Methods inherited from java.lang.Object
Constructor Details
CloudEndpointCreateParametersProperties
public CloudEndpointCreateParametersProperties()
Creates an instance of CloudEndpointCreateParametersProperties class.
Method Details
azureFileShareName
public String azureFileShareName()
Get the azureFileShareName property: Azure file share name.
Returns:
changeEnumerationIntervalDays
public Integer changeEnumerationIntervalDays()
Get the changeEnumerationIntervalDays property: The interval for enumerating changes on the cloud endpoint.
Returns:
friendlyName
public String friendlyName()
Get the friendlyName property: Friendly Name.
Returns:
fromJson
public static CloudEndpointCreateParametersProperties fromJson(JsonReader jsonReader)
Reads an instance of CloudEndpointCreateParametersProperties from the JsonReader.
Parameters:
Returns:
Throws:
storageAccountResourceId
public String storageAccountResourceId()
Get the storageAccountResourceId property: Storage Account Resource Id.
Returns:
storageAccountTenantId
public String storageAccountTenantId()
Get the storageAccountTenantId property: Storage Account Tenant Id.
Returns:
toJson
withAzureFileShareName
public CloudEndpointCreateParametersProperties withAzureFileShareName(String azureFileShareName)
Set the azureFileShareName property: Azure file share name.
Parameters:
Returns:
withChangeEnumerationIntervalDays
public CloudEndpointCreateParametersProperties withChangeEnumerationIntervalDays(Integer changeEnumerationIntervalDays)
Set the changeEnumerationIntervalDays property: The interval for enumerating changes on the cloud endpoint.
Parameters:
Returns:
withFriendlyName
public CloudEndpointCreateParametersProperties withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly Name.
Parameters:
Returns:
withStorageAccountResourceId
public CloudEndpointCreateParametersProperties withStorageAccountResourceId(String storageAccountResourceId)
Set the storageAccountResourceId property: Storage Account Resource Id.
Parameters:
Returns:
withStorageAccountTenantId
public CloudEndpointCreateParametersProperties withStorageAccountTenantId(String storageAccountTenantId)
Set the storageAccountTenantId property: Storage Account Tenant Id.
Parameters:
Returns: