1. Packages
  2. Azure Native
  3. API Docs
  4. storagesync
  5. getServerEndpoint
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.storagesync.getServerEndpoint

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Get a ServerEndpoint.

Uses Azure REST API version 2022-09-01.

Other available API versions: 2022-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagesync [ApiVersion]. See the version guide for details.

Using getServerEndpoint

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getServerEndpoint(args: GetServerEndpointArgs, opts?: InvokeOptions): Promise<GetServerEndpointResult>
function getServerEndpointOutput(args: GetServerEndpointOutputArgs, opts?: InvokeOptions): Output<GetServerEndpointResult>
Copy
def get_server_endpoint(resource_group_name: Optional[str] = None,
                        server_endpoint_name: Optional[str] = None,
                        storage_sync_service_name: Optional[str] = None,
                        sync_group_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetServerEndpointResult
def get_server_endpoint_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                        server_endpoint_name: Optional[pulumi.Input[str]] = None,
                        storage_sync_service_name: Optional[pulumi.Input[str]] = None,
                        sync_group_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetServerEndpointResult]
Copy
func LookupServerEndpoint(ctx *Context, args *LookupServerEndpointArgs, opts ...InvokeOption) (*LookupServerEndpointResult, error)
func LookupServerEndpointOutput(ctx *Context, args *LookupServerEndpointOutputArgs, opts ...InvokeOption) LookupServerEndpointResultOutput
Copy

> Note: This function is named LookupServerEndpoint in the Go SDK.

public static class GetServerEndpoint 
{
    public static Task<GetServerEndpointResult> InvokeAsync(GetServerEndpointArgs args, InvokeOptions? opts = null)
    public static Output<GetServerEndpointResult> Invoke(GetServerEndpointInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetServerEndpointResult> getServerEndpoint(GetServerEndpointArgs args, InvokeOptions options)
public static Output<GetServerEndpointResult> getServerEndpoint(GetServerEndpointArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:storagesync:getServerEndpoint
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ServerEndpointName
This property is required.
Changes to this property will trigger replacement.
string
Name of Server Endpoint object.
StorageSyncServiceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Storage Sync Service resource.
SyncGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of Sync Group resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ServerEndpointName
This property is required.
Changes to this property will trigger replacement.
string
Name of Server Endpoint object.
StorageSyncServiceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Storage Sync Service resource.
SyncGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of Sync Group resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
serverEndpointName
This property is required.
Changes to this property will trigger replacement.
String
Name of Server Endpoint object.
storageSyncServiceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Storage Sync Service resource.
syncGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of Sync Group resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
serverEndpointName
This property is required.
Changes to this property will trigger replacement.
string
Name of Server Endpoint object.
storageSyncServiceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Storage Sync Service resource.
syncGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of Sync Group resource.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
server_endpoint_name
This property is required.
Changes to this property will trigger replacement.
str
Name of Server Endpoint object.
storage_sync_service_name
This property is required.
Changes to this property will trigger replacement.
str
Name of Storage Sync Service resource.
sync_group_name
This property is required.
Changes to this property will trigger replacement.
str
Name of Sync Group resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
serverEndpointName
This property is required.
Changes to this property will trigger replacement.
String
Name of Server Endpoint object.
storageSyncServiceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Storage Sync Service resource.
syncGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of Sync Group resource.

getServerEndpoint Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
CloudTieringStatus Pulumi.AzureNative.StorageSync.Outputs.ServerEndpointCloudTieringStatusResponse
Cloud tiering status. Only populated if cloud tiering is enabled.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
LastOperationName string
Resource Last Operation Name
LastWorkflowId string
ServerEndpoint lastWorkflowId
Name string
The name of the resource
OfflineDataTransferStorageAccountResourceId string
Offline data transfer storage account resource ID
OfflineDataTransferStorageAccountTenantId string
Offline data transfer storage account tenant ID
ProvisioningState string
ServerEndpoint Provisioning State
RecallStatus Pulumi.AzureNative.StorageSync.Outputs.ServerEndpointRecallStatusResponse
Recall status. Only populated if cloud tiering is enabled.
ServerName string
Server name
SyncStatus Pulumi.AzureNative.StorageSync.Outputs.ServerEndpointSyncStatusResponse
Server Endpoint sync status
SystemData Pulumi.AzureNative.StorageSync.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
CloudTiering string
Cloud Tiering.
FriendlyName string
Friendly Name
InitialDownloadPolicy string
Policy for how namespace and files are recalled during FastDr.
InitialUploadPolicy string
Policy for how the initial upload sync session is performed.
LocalCacheMode string
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
OfflineDataTransfer string
Offline data transfer
OfflineDataTransferShareName string
Offline data transfer share name
ServerEndpointProvisioningStatus Pulumi.AzureNative.StorageSync.Outputs.ServerEndpointProvisioningStatusResponse
Server Endpoint provisioning status
ServerLocalPath string
Server Local path.
ServerResourceId string
Server Resource Id.
TierFilesOlderThanDays int
Tier files older than days.
VolumeFreeSpacePercent int
Level of free space to be maintained by Cloud Tiering if it is enabled.
AzureApiVersion string
The Azure API version of the resource.
CloudTieringStatus ServerEndpointCloudTieringStatusResponse
Cloud tiering status. Only populated if cloud tiering is enabled.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
LastOperationName string
Resource Last Operation Name
LastWorkflowId string
ServerEndpoint lastWorkflowId
Name string
The name of the resource
OfflineDataTransferStorageAccountResourceId string
Offline data transfer storage account resource ID
OfflineDataTransferStorageAccountTenantId string
Offline data transfer storage account tenant ID
ProvisioningState string
ServerEndpoint Provisioning State
RecallStatus ServerEndpointRecallStatusResponse
Recall status. Only populated if cloud tiering is enabled.
ServerName string
Server name
SyncStatus ServerEndpointSyncStatusResponse
Server Endpoint sync status
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
CloudTiering string
Cloud Tiering.
FriendlyName string
Friendly Name
InitialDownloadPolicy string
Policy for how namespace and files are recalled during FastDr.
InitialUploadPolicy string
Policy for how the initial upload sync session is performed.
LocalCacheMode string
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
OfflineDataTransfer string
Offline data transfer
OfflineDataTransferShareName string
Offline data transfer share name
ServerEndpointProvisioningStatus ServerEndpointProvisioningStatusResponse
Server Endpoint provisioning status
ServerLocalPath string
Server Local path.
ServerResourceId string
Server Resource Id.
TierFilesOlderThanDays int
Tier files older than days.
VolumeFreeSpacePercent int
Level of free space to be maintained by Cloud Tiering if it is enabled.
azureApiVersion String
The Azure API version of the resource.
cloudTieringStatus ServerEndpointCloudTieringStatusResponse
Cloud tiering status. Only populated if cloud tiering is enabled.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
lastOperationName String
Resource Last Operation Name
lastWorkflowId String
ServerEndpoint lastWorkflowId
name String
The name of the resource
offlineDataTransferStorageAccountResourceId String
Offline data transfer storage account resource ID
offlineDataTransferStorageAccountTenantId String
Offline data transfer storage account tenant ID
provisioningState String
ServerEndpoint Provisioning State
recallStatus ServerEndpointRecallStatusResponse
Recall status. Only populated if cloud tiering is enabled.
serverName String
Server name
syncStatus ServerEndpointSyncStatusResponse
Server Endpoint sync status
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
cloudTiering String
Cloud Tiering.
friendlyName String
Friendly Name
initialDownloadPolicy String
Policy for how namespace and files are recalled during FastDr.
initialUploadPolicy String
Policy for how the initial upload sync session is performed.
localCacheMode String
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
offlineDataTransfer String
Offline data transfer
offlineDataTransferShareName String
Offline data transfer share name
serverEndpointProvisioningStatus ServerEndpointProvisioningStatusResponse
Server Endpoint provisioning status
serverLocalPath String
Server Local path.
serverResourceId String
Server Resource Id.
tierFilesOlderThanDays Integer
Tier files older than days.
volumeFreeSpacePercent Integer
Level of free space to be maintained by Cloud Tiering if it is enabled.
azureApiVersion string
The Azure API version of the resource.
cloudTieringStatus ServerEndpointCloudTieringStatusResponse
Cloud tiering status. Only populated if cloud tiering is enabled.
id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
lastOperationName string
Resource Last Operation Name
lastWorkflowId string
ServerEndpoint lastWorkflowId
name string
The name of the resource
offlineDataTransferStorageAccountResourceId string
Offline data transfer storage account resource ID
offlineDataTransferStorageAccountTenantId string
Offline data transfer storage account tenant ID
provisioningState string
ServerEndpoint Provisioning State
recallStatus ServerEndpointRecallStatusResponse
Recall status. Only populated if cloud tiering is enabled.
serverName string
Server name
syncStatus ServerEndpointSyncStatusResponse
Server Endpoint sync status
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
cloudTiering string
Cloud Tiering.
friendlyName string
Friendly Name
initialDownloadPolicy string
Policy for how namespace and files are recalled during FastDr.
initialUploadPolicy string
Policy for how the initial upload sync session is performed.
localCacheMode string
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
offlineDataTransfer string
Offline data transfer
offlineDataTransferShareName string
Offline data transfer share name
serverEndpointProvisioningStatus ServerEndpointProvisioningStatusResponse
Server Endpoint provisioning status
serverLocalPath string
Server Local path.
serverResourceId string
Server Resource Id.
tierFilesOlderThanDays number
Tier files older than days.
volumeFreeSpacePercent number
Level of free space to be maintained by Cloud Tiering if it is enabled.
azure_api_version str
The Azure API version of the resource.
cloud_tiering_status ServerEndpointCloudTieringStatusResponse
Cloud tiering status. Only populated if cloud tiering is enabled.
id str
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
last_operation_name str
Resource Last Operation Name
last_workflow_id str
ServerEndpoint lastWorkflowId
name str
The name of the resource
offline_data_transfer_storage_account_resource_id str
Offline data transfer storage account resource ID
offline_data_transfer_storage_account_tenant_id str
Offline data transfer storage account tenant ID
provisioning_state str
ServerEndpoint Provisioning State
recall_status ServerEndpointRecallStatusResponse
Recall status. Only populated if cloud tiering is enabled.
server_name str
Server name
sync_status ServerEndpointSyncStatusResponse
Server Endpoint sync status
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
cloud_tiering str
Cloud Tiering.
friendly_name str
Friendly Name
initial_download_policy str
Policy for how namespace and files are recalled during FastDr.
initial_upload_policy str
Policy for how the initial upload sync session is performed.
local_cache_mode str
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
offline_data_transfer str
Offline data transfer
offline_data_transfer_share_name str
Offline data transfer share name
server_endpoint_provisioning_status ServerEndpointProvisioningStatusResponse
Server Endpoint provisioning status
server_local_path str
Server Local path.
server_resource_id str
Server Resource Id.
tier_files_older_than_days int
Tier files older than days.
volume_free_space_percent int
Level of free space to be maintained by Cloud Tiering if it is enabled.
azureApiVersion String
The Azure API version of the resource.
cloudTieringStatus Property Map
Cloud tiering status. Only populated if cloud tiering is enabled.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
lastOperationName String
Resource Last Operation Name
lastWorkflowId String
ServerEndpoint lastWorkflowId
name String
The name of the resource
offlineDataTransferStorageAccountResourceId String
Offline data transfer storage account resource ID
offlineDataTransferStorageAccountTenantId String
Offline data transfer storage account tenant ID
provisioningState String
ServerEndpoint Provisioning State
recallStatus Property Map
Recall status. Only populated if cloud tiering is enabled.
serverName String
Server name
syncStatus Property Map
Server Endpoint sync status
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
cloudTiering String
Cloud Tiering.
friendlyName String
Friendly Name
initialDownloadPolicy String
Policy for how namespace and files are recalled during FastDr.
initialUploadPolicy String
Policy for how the initial upload sync session is performed.
localCacheMode String
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
offlineDataTransfer String
Offline data transfer
offlineDataTransferShareName String
Offline data transfer share name
serverEndpointProvisioningStatus Property Map
Server Endpoint provisioning status
serverLocalPath String
Server Local path.
serverResourceId String
Server Resource Id.
tierFilesOlderThanDays Number
Tier files older than days.
volumeFreeSpacePercent Number
Level of free space to be maintained by Cloud Tiering if it is enabled.

Supporting Types

CloudTieringCachePerformanceResponse

CacheHitBytes This property is required. double
Count of bytes that were served from the local server
CacheHitBytesPercent This property is required. int
Percentage of total bytes (hit + miss) that were served from the local server
CacheMissBytes This property is required. double
Count of bytes that were served from the cloud
LastUpdatedTimestamp This property is required. string
Last updated timestamp
CacheHitBytes This property is required. float64
Count of bytes that were served from the local server
CacheHitBytesPercent This property is required. int
Percentage of total bytes (hit + miss) that were served from the local server
CacheMissBytes This property is required. float64
Count of bytes that were served from the cloud
LastUpdatedTimestamp This property is required. string
Last updated timestamp
cacheHitBytes This property is required. Double
Count of bytes that were served from the local server
cacheHitBytesPercent This property is required. Integer
Percentage of total bytes (hit + miss) that were served from the local server
cacheMissBytes This property is required. Double
Count of bytes that were served from the cloud
lastUpdatedTimestamp This property is required. String
Last updated timestamp
cacheHitBytes This property is required. number
Count of bytes that were served from the local server
cacheHitBytesPercent This property is required. number
Percentage of total bytes (hit + miss) that were served from the local server
cacheMissBytes This property is required. number
Count of bytes that were served from the cloud
lastUpdatedTimestamp This property is required. string
Last updated timestamp
cache_hit_bytes This property is required. float
Count of bytes that were served from the local server
cache_hit_bytes_percent This property is required. int
Percentage of total bytes (hit + miss) that were served from the local server
cache_miss_bytes This property is required. float
Count of bytes that were served from the cloud
last_updated_timestamp This property is required. str
Last updated timestamp
cacheHitBytes This property is required. Number
Count of bytes that were served from the local server
cacheHitBytesPercent This property is required. Number
Percentage of total bytes (hit + miss) that were served from the local server
cacheMissBytes This property is required. Number
Count of bytes that were served from the cloud
lastUpdatedTimestamp This property is required. String
Last updated timestamp

CloudTieringDatePolicyStatusResponse

LastUpdatedTimestamp This property is required. string
Last updated timestamp
TieredFilesMostRecentAccessTimestamp This property is required. string
Most recent access time of tiered files
LastUpdatedTimestamp This property is required. string
Last updated timestamp
TieredFilesMostRecentAccessTimestamp This property is required. string
Most recent access time of tiered files
lastUpdatedTimestamp This property is required. String
Last updated timestamp
tieredFilesMostRecentAccessTimestamp This property is required. String
Most recent access time of tiered files
lastUpdatedTimestamp This property is required. string
Last updated timestamp
tieredFilesMostRecentAccessTimestamp This property is required. string
Most recent access time of tiered files
last_updated_timestamp This property is required. str
Last updated timestamp
tiered_files_most_recent_access_timestamp This property is required. str
Most recent access time of tiered files
lastUpdatedTimestamp This property is required. String
Last updated timestamp
tieredFilesMostRecentAccessTimestamp This property is required. String
Most recent access time of tiered files

CloudTieringFilesNotTieringResponse

Errors This property is required. List<Pulumi.AzureNative.StorageSync.Inputs.FilesNotTieringErrorResponse>
Array of tiering errors
LastUpdatedTimestamp This property is required. string
Last updated timestamp
TotalFileCount This property is required. double
Last cloud tiering result (HResult)
Errors This property is required. []FilesNotTieringErrorResponse
Array of tiering errors
LastUpdatedTimestamp This property is required. string
Last updated timestamp
TotalFileCount This property is required. float64
Last cloud tiering result (HResult)
errors This property is required. List<FilesNotTieringErrorResponse>
Array of tiering errors
lastUpdatedTimestamp This property is required. String
Last updated timestamp
totalFileCount This property is required. Double
Last cloud tiering result (HResult)
errors This property is required. FilesNotTieringErrorResponse[]
Array of tiering errors
lastUpdatedTimestamp This property is required. string
Last updated timestamp
totalFileCount This property is required. number
Last cloud tiering result (HResult)
errors This property is required. Sequence[FilesNotTieringErrorResponse]
Array of tiering errors
last_updated_timestamp This property is required. str
Last updated timestamp
total_file_count This property is required. float
Last cloud tiering result (HResult)
errors This property is required. List<Property Map>
Array of tiering errors
lastUpdatedTimestamp This property is required. String
Last updated timestamp
totalFileCount This property is required. Number
Last cloud tiering result (HResult)

CloudTieringLowDiskModeResponse

LastUpdatedTimestamp This property is required. string
Last updated timestamp
State This property is required. string
Low disk mode state
LastUpdatedTimestamp This property is required. string
Last updated timestamp
State This property is required. string
Low disk mode state
lastUpdatedTimestamp This property is required. String
Last updated timestamp
state This property is required. String
Low disk mode state
lastUpdatedTimestamp This property is required. string
Last updated timestamp
state This property is required. string
Low disk mode state
last_updated_timestamp This property is required. str
Last updated timestamp
state This property is required. str
Low disk mode state
lastUpdatedTimestamp This property is required. String
Last updated timestamp
state This property is required. String
Low disk mode state

CloudTieringSpaceSavingsResponse

CachedSizeBytes This property is required. double
Cached content size on the server
LastUpdatedTimestamp This property is required. string
Last updated timestamp
SpaceSavingsBytes This property is required. double
Count of bytes saved on the server
SpaceSavingsPercent This property is required. int
Percentage of cached size over total size
TotalSizeCloudBytes This property is required. double
Total size of content in the azure file share
VolumeSizeBytes This property is required. double
Volume size
CachedSizeBytes This property is required. float64
Cached content size on the server
LastUpdatedTimestamp This property is required. string
Last updated timestamp
SpaceSavingsBytes This property is required. float64
Count of bytes saved on the server
SpaceSavingsPercent This property is required. int
Percentage of cached size over total size
TotalSizeCloudBytes This property is required. float64
Total size of content in the azure file share
VolumeSizeBytes This property is required. float64
Volume size
cachedSizeBytes This property is required. Double
Cached content size on the server
lastUpdatedTimestamp This property is required. String
Last updated timestamp
spaceSavingsBytes This property is required. Double
Count of bytes saved on the server
spaceSavingsPercent This property is required. Integer
Percentage of cached size over total size
totalSizeCloudBytes This property is required. Double
Total size of content in the azure file share
volumeSizeBytes This property is required. Double
Volume size
cachedSizeBytes This property is required. number
Cached content size on the server
lastUpdatedTimestamp This property is required. string
Last updated timestamp
spaceSavingsBytes This property is required. number
Count of bytes saved on the server
spaceSavingsPercent This property is required. number
Percentage of cached size over total size
totalSizeCloudBytes This property is required. number
Total size of content in the azure file share
volumeSizeBytes This property is required. number
Volume size
cached_size_bytes This property is required. float
Cached content size on the server
last_updated_timestamp This property is required. str
Last updated timestamp
space_savings_bytes This property is required. float
Count of bytes saved on the server
space_savings_percent This property is required. int
Percentage of cached size over total size
total_size_cloud_bytes This property is required. float
Total size of content in the azure file share
volume_size_bytes This property is required. float
Volume size
cachedSizeBytes This property is required. Number
Cached content size on the server
lastUpdatedTimestamp This property is required. String
Last updated timestamp
spaceSavingsBytes This property is required. Number
Count of bytes saved on the server
spaceSavingsPercent This property is required. Number
Percentage of cached size over total size
totalSizeCloudBytes This property is required. Number
Total size of content in the azure file share
volumeSizeBytes This property is required. Number
Volume size

CloudTieringVolumeFreeSpacePolicyStatusResponse

CurrentVolumeFreeSpacePercent This property is required. int
Current volume free space percentage.
EffectiveVolumeFreeSpacePolicy This property is required. int
In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
LastUpdatedTimestamp This property is required. string
Last updated timestamp
CurrentVolumeFreeSpacePercent This property is required. int
Current volume free space percentage.
EffectiveVolumeFreeSpacePolicy This property is required. int
In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
LastUpdatedTimestamp This property is required. string
Last updated timestamp
currentVolumeFreeSpacePercent This property is required. Integer
Current volume free space percentage.
effectiveVolumeFreeSpacePolicy This property is required. Integer
In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
lastUpdatedTimestamp This property is required. String
Last updated timestamp
currentVolumeFreeSpacePercent This property is required. number
Current volume free space percentage.
effectiveVolumeFreeSpacePolicy This property is required. number
In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
lastUpdatedTimestamp This property is required. string
Last updated timestamp
current_volume_free_space_percent This property is required. int
Current volume free space percentage.
effective_volume_free_space_policy This property is required. int
In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
last_updated_timestamp This property is required. str
Last updated timestamp
currentVolumeFreeSpacePercent This property is required. Number
Current volume free space percentage.
effectiveVolumeFreeSpacePolicy This property is required. Number
In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
lastUpdatedTimestamp This property is required. String
Last updated timestamp

FilesNotTieringErrorResponse

ErrorCode This property is required. int
Error code (HResult)
FileCount This property is required. double
Count of files with this error
ErrorCode This property is required. int
Error code (HResult)
FileCount This property is required. float64
Count of files with this error
errorCode This property is required. Integer
Error code (HResult)
fileCount This property is required. Double
Count of files with this error
errorCode This property is required. number
Error code (HResult)
fileCount This property is required. number
Count of files with this error
error_code This property is required. int
Error code (HResult)
file_count This property is required. float
Count of files with this error
errorCode This property is required. Number
Error code (HResult)
fileCount This property is required. Number
Count of files with this error

ServerEndpointBackgroundDataDownloadActivityResponse

DownloadedBytes This property is required. double
Running count of bytes downloaded
PercentProgress This property is required. int
Progress percentage
StartedTimestamp This property is required. string
Timestamp when the operation started
Timestamp This property is required. string
Timestamp when properties were updated
DownloadedBytes This property is required. float64
Running count of bytes downloaded
PercentProgress This property is required. int
Progress percentage
StartedTimestamp This property is required. string
Timestamp when the operation started
Timestamp This property is required. string
Timestamp when properties were updated
downloadedBytes This property is required. Double
Running count of bytes downloaded
percentProgress This property is required. Integer
Progress percentage
startedTimestamp This property is required. String
Timestamp when the operation started
timestamp This property is required. String
Timestamp when properties were updated
downloadedBytes This property is required. number
Running count of bytes downloaded
percentProgress This property is required. number
Progress percentage
startedTimestamp This property is required. string
Timestamp when the operation started
timestamp This property is required. string
Timestamp when properties were updated
downloaded_bytes This property is required. float
Running count of bytes downloaded
percent_progress This property is required. int
Progress percentage
started_timestamp This property is required. str
Timestamp when the operation started
timestamp This property is required. str
Timestamp when properties were updated
downloadedBytes This property is required. Number
Running count of bytes downloaded
percentProgress This property is required. Number
Progress percentage
startedTimestamp This property is required. String
Timestamp when the operation started
timestamp This property is required. String
Timestamp when properties were updated

ServerEndpointCloudTieringStatusResponse

CachePerformance This property is required. Pulumi.AzureNative.StorageSync.Inputs.CloudTieringCachePerformanceResponse
Information regarding how well the local cache on the server is performing.
DatePolicyStatus This property is required. Pulumi.AzureNative.StorageSync.Inputs.CloudTieringDatePolicyStatusResponse
Status of the date policy
FilesNotTiering This property is required. Pulumi.AzureNative.StorageSync.Inputs.CloudTieringFilesNotTieringResponse
Information regarding files that failed to be tiered
Health This property is required. string
Cloud tiering health state.
HealthLastUpdatedTimestamp This property is required. string
The last updated timestamp of health state
LastCloudTieringResult This property is required. int
Last cloud tiering result (HResult)
LastSuccessTimestamp This property is required. string
Last cloud tiering success timestamp
LastUpdatedTimestamp This property is required. string
Last updated timestamp
LowDiskMode This property is required. Pulumi.AzureNative.StorageSync.Inputs.CloudTieringLowDiskModeResponse
Information regarding the low disk mode state
SpaceSavings This property is required. Pulumi.AzureNative.StorageSync.Inputs.CloudTieringSpaceSavingsResponse
Information regarding how much local space cloud tiering is saving.
VolumeFreeSpacePolicyStatus This property is required. Pulumi.AzureNative.StorageSync.Inputs.CloudTieringVolumeFreeSpacePolicyStatusResponse
Status of the volume free space policy
CachePerformance This property is required. CloudTieringCachePerformanceResponse
Information regarding how well the local cache on the server is performing.
DatePolicyStatus This property is required. CloudTieringDatePolicyStatusResponse
Status of the date policy
FilesNotTiering This property is required. CloudTieringFilesNotTieringResponse
Information regarding files that failed to be tiered
Health This property is required. string
Cloud tiering health state.
HealthLastUpdatedTimestamp This property is required. string
The last updated timestamp of health state
LastCloudTieringResult This property is required. int
Last cloud tiering result (HResult)
LastSuccessTimestamp This property is required. string
Last cloud tiering success timestamp
LastUpdatedTimestamp This property is required. string
Last updated timestamp
LowDiskMode This property is required. CloudTieringLowDiskModeResponse
Information regarding the low disk mode state
SpaceSavings This property is required. CloudTieringSpaceSavingsResponse
Information regarding how much local space cloud tiering is saving.
VolumeFreeSpacePolicyStatus This property is required. CloudTieringVolumeFreeSpacePolicyStatusResponse
Status of the volume free space policy
cachePerformance This property is required. CloudTieringCachePerformanceResponse
Information regarding how well the local cache on the server is performing.
datePolicyStatus This property is required. CloudTieringDatePolicyStatusResponse
Status of the date policy
filesNotTiering This property is required. CloudTieringFilesNotTieringResponse
Information regarding files that failed to be tiered
health This property is required. String
Cloud tiering health state.
healthLastUpdatedTimestamp This property is required. String
The last updated timestamp of health state
lastCloudTieringResult This property is required. Integer
Last cloud tiering result (HResult)
lastSuccessTimestamp This property is required. String
Last cloud tiering success timestamp
lastUpdatedTimestamp This property is required. String
Last updated timestamp
lowDiskMode This property is required. CloudTieringLowDiskModeResponse
Information regarding the low disk mode state
spaceSavings This property is required. CloudTieringSpaceSavingsResponse
Information regarding how much local space cloud tiering is saving.
volumeFreeSpacePolicyStatus This property is required. CloudTieringVolumeFreeSpacePolicyStatusResponse
Status of the volume free space policy
cachePerformance This property is required. CloudTieringCachePerformanceResponse
Information regarding how well the local cache on the server is performing.
datePolicyStatus This property is required. CloudTieringDatePolicyStatusResponse
Status of the date policy
filesNotTiering This property is required. CloudTieringFilesNotTieringResponse
Information regarding files that failed to be tiered
health This property is required. string
Cloud tiering health state.
healthLastUpdatedTimestamp This property is required. string
The last updated timestamp of health state
lastCloudTieringResult This property is required. number
Last cloud tiering result (HResult)
lastSuccessTimestamp This property is required. string
Last cloud tiering success timestamp
lastUpdatedTimestamp This property is required. string
Last updated timestamp
lowDiskMode This property is required. CloudTieringLowDiskModeResponse
Information regarding the low disk mode state
spaceSavings This property is required. CloudTieringSpaceSavingsResponse
Information regarding how much local space cloud tiering is saving.
volumeFreeSpacePolicyStatus This property is required. CloudTieringVolumeFreeSpacePolicyStatusResponse
Status of the volume free space policy
cache_performance This property is required. CloudTieringCachePerformanceResponse
Information regarding how well the local cache on the server is performing.
date_policy_status This property is required. CloudTieringDatePolicyStatusResponse
Status of the date policy
files_not_tiering This property is required. CloudTieringFilesNotTieringResponse
Information regarding files that failed to be tiered
health This property is required. str
Cloud tiering health state.
health_last_updated_timestamp This property is required. str
The last updated timestamp of health state
last_cloud_tiering_result This property is required. int
Last cloud tiering result (HResult)
last_success_timestamp This property is required. str
Last cloud tiering success timestamp
last_updated_timestamp This property is required. str
Last updated timestamp
low_disk_mode This property is required. CloudTieringLowDiskModeResponse
Information regarding the low disk mode state
space_savings This property is required. CloudTieringSpaceSavingsResponse
Information regarding how much local space cloud tiering is saving.
volume_free_space_policy_status This property is required. CloudTieringVolumeFreeSpacePolicyStatusResponse
Status of the volume free space policy
cachePerformance This property is required. Property Map
Information regarding how well the local cache on the server is performing.
datePolicyStatus This property is required. Property Map
Status of the date policy
filesNotTiering This property is required. Property Map
Information regarding files that failed to be tiered
health This property is required. String
Cloud tiering health state.
healthLastUpdatedTimestamp This property is required. String
The last updated timestamp of health state
lastCloudTieringResult This property is required. Number
Last cloud tiering result (HResult)
lastSuccessTimestamp This property is required. String
Last cloud tiering success timestamp
lastUpdatedTimestamp This property is required. String
Last updated timestamp
lowDiskMode This property is required. Property Map
Information regarding the low disk mode state
spaceSavings This property is required. Property Map
Information regarding how much local space cloud tiering is saving.
volumeFreeSpacePolicyStatus This property is required. Property Map
Status of the volume free space policy

ServerEndpointFilesNotSyncingErrorResponse

ErrorCode This property is required. int
Error code (HResult)
PersistentCount This property is required. double
Count of persistent files not syncing with the specified error code
TransientCount This property is required. double
Count of transient files not syncing with the specified error code
ErrorCode This property is required. int
Error code (HResult)
PersistentCount This property is required. float64
Count of persistent files not syncing with the specified error code
TransientCount This property is required. float64
Count of transient files not syncing with the specified error code
errorCode This property is required. Integer
Error code (HResult)
persistentCount This property is required. Double
Count of persistent files not syncing with the specified error code
transientCount This property is required. Double
Count of transient files not syncing with the specified error code
errorCode This property is required. number
Error code (HResult)
persistentCount This property is required. number
Count of persistent files not syncing with the specified error code
transientCount This property is required. number
Count of transient files not syncing with the specified error code
error_code This property is required. int
Error code (HResult)
persistent_count This property is required. float
Count of persistent files not syncing with the specified error code
transient_count This property is required. float
Count of transient files not syncing with the specified error code
errorCode This property is required. Number
Error code (HResult)
persistentCount This property is required. Number
Count of persistent files not syncing with the specified error code
transientCount This property is required. Number
Count of transient files not syncing with the specified error code

ServerEndpointProvisioningStatusResponse

ProvisioningStatus This property is required. string
Server Endpoint provisioning status
ProvisioningStepStatuses This property is required. List<Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointProvisioningStepStatusResponse>
Provisioning Step status information for each step in the provisioning process
ProvisioningType This property is required. string
Server Endpoint provisioning type
ProvisioningStatus This property is required. string
Server Endpoint provisioning status
ProvisioningStepStatuses This property is required. []ServerEndpointProvisioningStepStatusResponse
Provisioning Step status information for each step in the provisioning process
ProvisioningType This property is required. string
Server Endpoint provisioning type
provisioningStatus This property is required. String
Server Endpoint provisioning status
provisioningStepStatuses This property is required. List<ServerEndpointProvisioningStepStatusResponse>
Provisioning Step status information for each step in the provisioning process
provisioningType This property is required. String
Server Endpoint provisioning type
provisioningStatus This property is required. string
Server Endpoint provisioning status
provisioningStepStatuses This property is required. ServerEndpointProvisioningStepStatusResponse[]
Provisioning Step status information for each step in the provisioning process
provisioningType This property is required. string
Server Endpoint provisioning type
provisioning_status This property is required. str
Server Endpoint provisioning status
provisioning_step_statuses This property is required. Sequence[ServerEndpointProvisioningStepStatusResponse]
Provisioning Step status information for each step in the provisioning process
provisioning_type This property is required. str
Server Endpoint provisioning type
provisioningStatus This property is required. String
Server Endpoint provisioning status
provisioningStepStatuses This property is required. List<Property Map>
Provisioning Step status information for each step in the provisioning process
provisioningType This property is required. String
Server Endpoint provisioning type

ServerEndpointProvisioningStepStatusResponse

AdditionalInformation This property is required. Dictionary<string, string>
Additional information for the provisioning step
EndTime This property is required. string
End time of the provisioning step
ErrorCode This property is required. int
Error code (HResult) for the provisioning step
MinutesLeft This property is required. int
Estimated completion time of the provisioning step in minutes
Name This property is required. string
Name of the provisioning step
ProgressPercentage This property is required. int
Estimated progress percentage
StartTime This property is required. string
Start time of the provisioning step
Status This property is required. string
Status of the provisioning step
AdditionalInformation This property is required. map[string]string
Additional information for the provisioning step
EndTime This property is required. string
End time of the provisioning step
ErrorCode This property is required. int
Error code (HResult) for the provisioning step
MinutesLeft This property is required. int
Estimated completion time of the provisioning step in minutes
Name This property is required. string
Name of the provisioning step
ProgressPercentage This property is required. int
Estimated progress percentage
StartTime This property is required. string
Start time of the provisioning step
Status This property is required. string
Status of the provisioning step
additionalInformation This property is required. Map<String,String>
Additional information for the provisioning step
endTime This property is required. String
End time of the provisioning step
errorCode This property is required. Integer
Error code (HResult) for the provisioning step
minutesLeft This property is required. Integer
Estimated completion time of the provisioning step in minutes
name This property is required. String
Name of the provisioning step
progressPercentage This property is required. Integer
Estimated progress percentage
startTime This property is required. String
Start time of the provisioning step
status This property is required. String
Status of the provisioning step
additionalInformation This property is required. {[key: string]: string}
Additional information for the provisioning step
endTime This property is required. string
End time of the provisioning step
errorCode This property is required. number
Error code (HResult) for the provisioning step
minutesLeft This property is required. number
Estimated completion time of the provisioning step in minutes
name This property is required. string
Name of the provisioning step
progressPercentage This property is required. number
Estimated progress percentage
startTime This property is required. string
Start time of the provisioning step
status This property is required. string
Status of the provisioning step
additional_information This property is required. Mapping[str, str]
Additional information for the provisioning step
end_time This property is required. str
End time of the provisioning step
error_code This property is required. int
Error code (HResult) for the provisioning step
minutes_left This property is required. int
Estimated completion time of the provisioning step in minutes
name This property is required. str
Name of the provisioning step
progress_percentage This property is required. int
Estimated progress percentage
start_time This property is required. str
Start time of the provisioning step
status This property is required. str
Status of the provisioning step
additionalInformation This property is required. Map<String>
Additional information for the provisioning step
endTime This property is required. String
End time of the provisioning step
errorCode This property is required. Number
Error code (HResult) for the provisioning step
minutesLeft This property is required. Number
Estimated completion time of the provisioning step in minutes
name This property is required. String
Name of the provisioning step
progressPercentage This property is required. Number
Estimated progress percentage
startTime This property is required. String
Start time of the provisioning step
status This property is required. String
Status of the provisioning step

ServerEndpointRecallErrorResponse

Count This property is required. double
Count of occurences of the error
ErrorCode This property is required. int
Error code (HResult)
Count This property is required. float64
Count of occurences of the error
ErrorCode This property is required. int
Error code (HResult)
count This property is required. Double
Count of occurences of the error
errorCode This property is required. Integer
Error code (HResult)
count This property is required. number
Count of occurences of the error
errorCode This property is required. number
Error code (HResult)
count This property is required. float
Count of occurences of the error
error_code This property is required. int
Error code (HResult)
count This property is required. Number
Count of occurences of the error
errorCode This property is required. Number
Error code (HResult)

ServerEndpointRecallStatusResponse

LastUpdatedTimestamp This property is required. string
Last updated timestamp
RecallErrors This property is required. List<Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointRecallErrorResponse>
Array of recall errors
TotalRecallErrorsCount This property is required. double
Total count of recall errors.
LastUpdatedTimestamp This property is required. string
Last updated timestamp
RecallErrors This property is required. []ServerEndpointRecallErrorResponse
Array of recall errors
TotalRecallErrorsCount This property is required. float64
Total count of recall errors.
lastUpdatedTimestamp This property is required. String
Last updated timestamp
recallErrors This property is required. List<ServerEndpointRecallErrorResponse>
Array of recall errors
totalRecallErrorsCount This property is required. Double
Total count of recall errors.
lastUpdatedTimestamp This property is required. string
Last updated timestamp
recallErrors This property is required. ServerEndpointRecallErrorResponse[]
Array of recall errors
totalRecallErrorsCount This property is required. number
Total count of recall errors.
last_updated_timestamp This property is required. str
Last updated timestamp
recall_errors This property is required. Sequence[ServerEndpointRecallErrorResponse]
Array of recall errors
total_recall_errors_count This property is required. float
Total count of recall errors.
lastUpdatedTimestamp This property is required. String
Last updated timestamp
recallErrors This property is required. List<Property Map>
Array of recall errors
totalRecallErrorsCount This property is required. Number
Total count of recall errors.

ServerEndpointSyncActivityStatusResponse

AppliedBytes This property is required. double
Applied bytes
AppliedItemCount This property is required. double
Applied item count.
PerItemErrorCount This property is required. double
Per item error count
SessionMinutesRemaining This property is required. int
Session minutes remaining (if available)
SyncMode This property is required. string
Sync mode
Timestamp This property is required. string
Timestamp when properties were updated
TotalBytes This property is required. double
Total bytes (if available)
TotalItemCount This property is required. double
Total item count (if available)
AppliedBytes This property is required. float64
Applied bytes
AppliedItemCount This property is required. float64
Applied item count.
PerItemErrorCount This property is required. float64
Per item error count
SessionMinutesRemaining This property is required. int
Session minutes remaining (if available)
SyncMode This property is required. string
Sync mode
Timestamp This property is required. string
Timestamp when properties were updated
TotalBytes This property is required. float64
Total bytes (if available)
TotalItemCount This property is required. float64
Total item count (if available)
appliedBytes This property is required. Double
Applied bytes
appliedItemCount This property is required. Double
Applied item count.
perItemErrorCount This property is required. Double
Per item error count
sessionMinutesRemaining This property is required. Integer
Session minutes remaining (if available)
syncMode This property is required. String
Sync mode
timestamp This property is required. String
Timestamp when properties were updated
totalBytes This property is required. Double
Total bytes (if available)
totalItemCount This property is required. Double
Total item count (if available)
appliedBytes This property is required. number
Applied bytes
appliedItemCount This property is required. number
Applied item count.
perItemErrorCount This property is required. number
Per item error count
sessionMinutesRemaining This property is required. number
Session minutes remaining (if available)
syncMode This property is required. string
Sync mode
timestamp This property is required. string
Timestamp when properties were updated
totalBytes This property is required. number
Total bytes (if available)
totalItemCount This property is required. number
Total item count (if available)
applied_bytes This property is required. float
Applied bytes
applied_item_count This property is required. float
Applied item count.
per_item_error_count This property is required. float
Per item error count
session_minutes_remaining This property is required. int
Session minutes remaining (if available)
sync_mode This property is required. str
Sync mode
timestamp This property is required. str
Timestamp when properties were updated
total_bytes This property is required. float
Total bytes (if available)
total_item_count This property is required. float
Total item count (if available)
appliedBytes This property is required. Number
Applied bytes
appliedItemCount This property is required. Number
Applied item count.
perItemErrorCount This property is required. Number
Per item error count
sessionMinutesRemaining This property is required. Number
Session minutes remaining (if available)
syncMode This property is required. String
Sync mode
timestamp This property is required. String
Timestamp when properties were updated
totalBytes This property is required. Number
Total bytes (if available)
totalItemCount This property is required. Number
Total item count (if available)

ServerEndpointSyncSessionStatusResponse

FilesNotSyncingErrors This property is required. List<Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointFilesNotSyncingErrorResponse>
Array of per-item errors coming from the last sync session.
LastSyncMode This property is required. string
Sync mode
LastSyncPerItemErrorCount This property is required. double
Last sync per item error count.
LastSyncResult This property is required. int
Last sync result (HResult)
LastSyncSuccessTimestamp This property is required. string
Last sync success timestamp
LastSyncTimestamp This property is required. string
Last sync timestamp
PersistentFilesNotSyncingCount This property is required. double
Count of persistent files not syncing.
TransientFilesNotSyncingCount This property is required. double
Count of transient files not syncing.
FilesNotSyncingErrors This property is required. []ServerEndpointFilesNotSyncingErrorResponse
Array of per-item errors coming from the last sync session.
LastSyncMode This property is required. string
Sync mode
LastSyncPerItemErrorCount This property is required. float64
Last sync per item error count.
LastSyncResult This property is required. int
Last sync result (HResult)
LastSyncSuccessTimestamp This property is required. string
Last sync success timestamp
LastSyncTimestamp This property is required. string
Last sync timestamp
PersistentFilesNotSyncingCount This property is required. float64
Count of persistent files not syncing.
TransientFilesNotSyncingCount This property is required. float64
Count of transient files not syncing.
filesNotSyncingErrors This property is required. List<ServerEndpointFilesNotSyncingErrorResponse>
Array of per-item errors coming from the last sync session.
lastSyncMode This property is required. String
Sync mode
lastSyncPerItemErrorCount This property is required. Double
Last sync per item error count.
lastSyncResult This property is required. Integer
Last sync result (HResult)
lastSyncSuccessTimestamp This property is required. String
Last sync success timestamp
lastSyncTimestamp This property is required. String
Last sync timestamp
persistentFilesNotSyncingCount This property is required. Double
Count of persistent files not syncing.
transientFilesNotSyncingCount This property is required. Double
Count of transient files not syncing.
filesNotSyncingErrors This property is required. ServerEndpointFilesNotSyncingErrorResponse[]
Array of per-item errors coming from the last sync session.
lastSyncMode This property is required. string
Sync mode
lastSyncPerItemErrorCount This property is required. number
Last sync per item error count.
lastSyncResult This property is required. number
Last sync result (HResult)
lastSyncSuccessTimestamp This property is required. string
Last sync success timestamp
lastSyncTimestamp This property is required. string
Last sync timestamp
persistentFilesNotSyncingCount This property is required. number
Count of persistent files not syncing.
transientFilesNotSyncingCount This property is required. number
Count of transient files not syncing.
files_not_syncing_errors This property is required. Sequence[ServerEndpointFilesNotSyncingErrorResponse]
Array of per-item errors coming from the last sync session.
last_sync_mode This property is required. str
Sync mode
last_sync_per_item_error_count This property is required. float
Last sync per item error count.
last_sync_result This property is required. int
Last sync result (HResult)
last_sync_success_timestamp This property is required. str
Last sync success timestamp
last_sync_timestamp This property is required. str
Last sync timestamp
persistent_files_not_syncing_count This property is required. float
Count of persistent files not syncing.
transient_files_not_syncing_count This property is required. float
Count of transient files not syncing.
filesNotSyncingErrors This property is required. List<Property Map>
Array of per-item errors coming from the last sync session.
lastSyncMode This property is required. String
Sync mode
lastSyncPerItemErrorCount This property is required. Number
Last sync per item error count.
lastSyncResult This property is required. Number
Last sync result (HResult)
lastSyncSuccessTimestamp This property is required. String
Last sync success timestamp
lastSyncTimestamp This property is required. String
Last sync timestamp
persistentFilesNotSyncingCount This property is required. Number
Count of persistent files not syncing.
transientFilesNotSyncingCount This property is required. Number
Count of transient files not syncing.

ServerEndpointSyncStatusResponse

BackgroundDataDownloadActivity This property is required. Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointBackgroundDataDownloadActivityResponse
Background data download activity
CombinedHealth This property is required. string
Combined Health Status.
DownloadActivity This property is required. Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointSyncActivityStatusResponse
Download sync activity
DownloadHealth This property is required. string
Download Health Status.
DownloadStatus This property is required. Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointSyncSessionStatusResponse
Download Status
LastUpdatedTimestamp This property is required. string
Last Updated Timestamp
OfflineDataTransferStatus This property is required. string
Offline Data Transfer State
SyncActivity This property is required. string
Sync activity
TotalPersistentFilesNotSyncingCount This property is required. double
Total count of persistent files not syncing (combined upload + download).
UploadActivity This property is required. Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointSyncActivityStatusResponse
Upload sync activity
UploadHealth This property is required. string
Upload Health Status.
UploadStatus This property is required. Pulumi.AzureNative.StorageSync.Inputs.ServerEndpointSyncSessionStatusResponse
Upload Status
BackgroundDataDownloadActivity This property is required. ServerEndpointBackgroundDataDownloadActivityResponse
Background data download activity
CombinedHealth This property is required. string
Combined Health Status.
DownloadActivity This property is required. ServerEndpointSyncActivityStatusResponse
Download sync activity
DownloadHealth This property is required. string
Download Health Status.
DownloadStatus This property is required. ServerEndpointSyncSessionStatusResponse
Download Status
LastUpdatedTimestamp This property is required. string
Last Updated Timestamp
OfflineDataTransferStatus This property is required. string
Offline Data Transfer State
SyncActivity This property is required. string
Sync activity
TotalPersistentFilesNotSyncingCount This property is required. float64
Total count of persistent files not syncing (combined upload + download).
UploadActivity This property is required. ServerEndpointSyncActivityStatusResponse
Upload sync activity
UploadHealth This property is required. string
Upload Health Status.
UploadStatus This property is required. ServerEndpointSyncSessionStatusResponse
Upload Status
backgroundDataDownloadActivity This property is required. ServerEndpointBackgroundDataDownloadActivityResponse
Background data download activity
combinedHealth This property is required. String
Combined Health Status.
downloadActivity This property is required. ServerEndpointSyncActivityStatusResponse
Download sync activity
downloadHealth This property is required. String
Download Health Status.
downloadStatus This property is required. ServerEndpointSyncSessionStatusResponse
Download Status
lastUpdatedTimestamp This property is required. String
Last Updated Timestamp
offlineDataTransferStatus This property is required. String
Offline Data Transfer State
syncActivity This property is required. String
Sync activity
totalPersistentFilesNotSyncingCount This property is required. Double
Total count of persistent files not syncing (combined upload + download).
uploadActivity This property is required. ServerEndpointSyncActivityStatusResponse
Upload sync activity
uploadHealth This property is required. String
Upload Health Status.
uploadStatus This property is required. ServerEndpointSyncSessionStatusResponse
Upload Status
backgroundDataDownloadActivity This property is required. ServerEndpointBackgroundDataDownloadActivityResponse
Background data download activity
combinedHealth This property is required. string
Combined Health Status.
downloadActivity This property is required. ServerEndpointSyncActivityStatusResponse
Download sync activity
downloadHealth This property is required. string
Download Health Status.
downloadStatus This property is required. ServerEndpointSyncSessionStatusResponse
Download Status
lastUpdatedTimestamp This property is required. string
Last Updated Timestamp
offlineDataTransferStatus This property is required. string
Offline Data Transfer State
syncActivity This property is required. string
Sync activity
totalPersistentFilesNotSyncingCount This property is required. number
Total count of persistent files not syncing (combined upload + download).
uploadActivity This property is required. ServerEndpointSyncActivityStatusResponse
Upload sync activity
uploadHealth This property is required. string
Upload Health Status.
uploadStatus This property is required. ServerEndpointSyncSessionStatusResponse
Upload Status
background_data_download_activity This property is required. ServerEndpointBackgroundDataDownloadActivityResponse
Background data download activity
combined_health This property is required. str
Combined Health Status.
download_activity This property is required. ServerEndpointSyncActivityStatusResponse
Download sync activity
download_health This property is required. str
Download Health Status.
download_status This property is required. ServerEndpointSyncSessionStatusResponse
Download Status
last_updated_timestamp This property is required. str
Last Updated Timestamp
offline_data_transfer_status This property is required. str
Offline Data Transfer State
sync_activity This property is required. str
Sync activity
total_persistent_files_not_syncing_count This property is required. float
Total count of persistent files not syncing (combined upload + download).
upload_activity This property is required. ServerEndpointSyncActivityStatusResponse
Upload sync activity
upload_health This property is required. str
Upload Health Status.
upload_status This property is required. ServerEndpointSyncSessionStatusResponse
Upload Status
backgroundDataDownloadActivity This property is required. Property Map
Background data download activity
combinedHealth This property is required. String
Combined Health Status.
downloadActivity This property is required. Property Map
Download sync activity
downloadHealth This property is required. String
Download Health Status.
downloadStatus This property is required. Property Map
Download Status
lastUpdatedTimestamp This property is required. String
Last Updated Timestamp
offlineDataTransferStatus This property is required. String
Offline Data Transfer State
syncActivity This property is required. String
Sync activity
totalPersistentFilesNotSyncingCount This property is required. Number
Total count of persistent files not syncing (combined upload + download).
uploadActivity This property is required. Property Map
Upload sync activity
uploadHealth This property is required. String
Upload Health Status.
uploadStatus This property is required. Property Map
Upload Status

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi