azure-native.storagesync.CloudEndpoint
Explore with Pulumi AI
Cloud Endpoint object. Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2020-03-01.
Other available API versions: 2022-09-01.
Example Usage
CloudEndpoints_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var cloudEndpoint = new AzureNative.StorageSync.CloudEndpoint("cloudEndpoint", new()
    {
        AzureFileShareName = "cvcloud-afscv-0719-058-a94a1354-a1fd-4e9a-9a50-919fad8c4ba4",
        CloudEndpointName = "SampleCloudEndpoint_1",
        FriendlyName = "ankushbsubscriptionmgmtmab",
        ResourceGroupName = "SampleResourceGroup_1",
        StorageAccountResourceId = "/subscriptions/744f4d70-6d17-4921-8970-a765d14f763f/resourceGroups/tminienv59svc/providers/Microsoft.Storage/storageAccounts/tminienv59storage",
        StorageAccountTenantId = "\"72f988bf-86f1-41af-91ab-2d7cd011db47\"",
        StorageSyncServiceName = "SampleStorageSyncService_1",
        SyncGroupName = "SampleSyncGroup_1",
    });
});
package main
import (
	storagesync "github.com/pulumi/pulumi-azure-native-sdk/storagesync/v2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := storagesync.NewCloudEndpoint(ctx, "cloudEndpoint", &storagesync.CloudEndpointArgs{
			AzureFileShareName:       pulumi.String("cvcloud-afscv-0719-058-a94a1354-a1fd-4e9a-9a50-919fad8c4ba4"),
			CloudEndpointName:        pulumi.String("SampleCloudEndpoint_1"),
			FriendlyName:             pulumi.String("ankushbsubscriptionmgmtmab"),
			ResourceGroupName:        pulumi.String("SampleResourceGroup_1"),
			StorageAccountResourceId: pulumi.String("/subscriptions/744f4d70-6d17-4921-8970-a765d14f763f/resourceGroups/tminienv59svc/providers/Microsoft.Storage/storageAccounts/tminienv59storage"),
			StorageAccountTenantId:   pulumi.String("\"72f988bf-86f1-41af-91ab-2d7cd011db47\""),
			StorageSyncServiceName:   pulumi.String("SampleStorageSyncService_1"),
			SyncGroupName:            pulumi.String("SampleSyncGroup_1"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.storagesync.CloudEndpoint;
import com.pulumi.azurenative.storagesync.CloudEndpointArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        var cloudEndpoint = new CloudEndpoint("cloudEndpoint", CloudEndpointArgs.builder()
            .azureFileShareName("cvcloud-afscv-0719-058-a94a1354-a1fd-4e9a-9a50-919fad8c4ba4")
            .cloudEndpointName("SampleCloudEndpoint_1")
            .friendlyName("ankushbsubscriptionmgmtmab")
            .resourceGroupName("SampleResourceGroup_1")
            .storageAccountResourceId("/subscriptions/744f4d70-6d17-4921-8970-a765d14f763f/resourceGroups/tminienv59svc/providers/Microsoft.Storage/storageAccounts/tminienv59storage")
            .storageAccountTenantId("\"72f988bf-86f1-41af-91ab-2d7cd011db47\"")
            .storageSyncServiceName("SampleStorageSyncService_1")
            .syncGroupName("SampleSyncGroup_1")
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const cloudEndpoint = new azure_native.storagesync.CloudEndpoint("cloudEndpoint", {
    azureFileShareName: "cvcloud-afscv-0719-058-a94a1354-a1fd-4e9a-9a50-919fad8c4ba4",
    cloudEndpointName: "SampleCloudEndpoint_1",
    friendlyName: "ankushbsubscriptionmgmtmab",
    resourceGroupName: "SampleResourceGroup_1",
    storageAccountResourceId: "/subscriptions/744f4d70-6d17-4921-8970-a765d14f763f/resourceGroups/tminienv59svc/providers/Microsoft.Storage/storageAccounts/tminienv59storage",
    storageAccountTenantId: "\"72f988bf-86f1-41af-91ab-2d7cd011db47\"",
    storageSyncServiceName: "SampleStorageSyncService_1",
    syncGroupName: "SampleSyncGroup_1",
});
import pulumi
import pulumi_azure_native as azure_native
cloud_endpoint = azure_native.storagesync.CloudEndpoint("cloudEndpoint",
    azure_file_share_name="cvcloud-afscv-0719-058-a94a1354-a1fd-4e9a-9a50-919fad8c4ba4",
    cloud_endpoint_name="SampleCloudEndpoint_1",
    friendly_name="ankushbsubscriptionmgmtmab",
    resource_group_name="SampleResourceGroup_1",
    storage_account_resource_id="/subscriptions/744f4d70-6d17-4921-8970-a765d14f763f/resourceGroups/tminienv59svc/providers/Microsoft.Storage/storageAccounts/tminienv59storage",
    storage_account_tenant_id="\"72f988bf-86f1-41af-91ab-2d7cd011db47\"",
    storage_sync_service_name="SampleStorageSyncService_1",
    sync_group_name="SampleSyncGroup_1")
resources:
  cloudEndpoint:
    type: azure-native:storagesync:CloudEndpoint
    properties:
      azureFileShareName: cvcloud-afscv-0719-058-a94a1354-a1fd-4e9a-9a50-919fad8c4ba4
      cloudEndpointName: SampleCloudEndpoint_1
      friendlyName: ankushbsubscriptionmgmtmab
      resourceGroupName: SampleResourceGroup_1
      storageAccountResourceId: /subscriptions/744f4d70-6d17-4921-8970-a765d14f763f/resourceGroups/tminienv59svc/providers/Microsoft.Storage/storageAccounts/tminienv59storage
      storageAccountTenantId: '"72f988bf-86f1-41af-91ab-2d7cd011db47"'
      storageSyncServiceName: SampleStorageSyncService_1
      syncGroupName: SampleSyncGroup_1
Create CloudEndpoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudEndpoint(name: string, args: CloudEndpointArgs, opts?: CustomResourceOptions);@overload
def CloudEndpoint(resource_name: str,
                  args: CloudEndpointArgs,
                  opts: Optional[ResourceOptions] = None)
@overload
def CloudEndpoint(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  resource_group_name: Optional[str] = None,
                  storage_sync_service_name: Optional[str] = None,
                  sync_group_name: Optional[str] = None,
                  azure_file_share_name: Optional[str] = None,
                  cloud_endpoint_name: Optional[str] = None,
                  friendly_name: Optional[str] = None,
                  storage_account_resource_id: Optional[str] = None,
                  storage_account_tenant_id: Optional[str] = None)func NewCloudEndpoint(ctx *Context, name string, args CloudEndpointArgs, opts ...ResourceOption) (*CloudEndpoint, error)public CloudEndpoint(string name, CloudEndpointArgs args, CustomResourceOptions? opts = null)
public CloudEndpoint(String name, CloudEndpointArgs args)
public CloudEndpoint(String name, CloudEndpointArgs args, CustomResourceOptions options)
type: azure-native:storagesync:CloudEndpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CloudEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudEndpointArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudEndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudEndpointArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cloudEndpointResource = new AzureNative.StorageSync.CloudEndpoint("cloudEndpointResource", new()
{
    ResourceGroupName = "string",
    StorageSyncServiceName = "string",
    SyncGroupName = "string",
    AzureFileShareName = "string",
    CloudEndpointName = "string",
    FriendlyName = "string",
    StorageAccountResourceId = "string",
    StorageAccountTenantId = "string",
});
example, err := storagesync.NewCloudEndpoint(ctx, "cloudEndpointResource", &storagesync.CloudEndpointArgs{
	ResourceGroupName:        pulumi.String("string"),
	StorageSyncServiceName:   pulumi.String("string"),
	SyncGroupName:            pulumi.String("string"),
	AzureFileShareName:       pulumi.String("string"),
	CloudEndpointName:        pulumi.String("string"),
	FriendlyName:             pulumi.String("string"),
	StorageAccountResourceId: pulumi.String("string"),
	StorageAccountTenantId:   pulumi.String("string"),
})
var cloudEndpointResource = new CloudEndpoint("cloudEndpointResource", CloudEndpointArgs.builder()
    .resourceGroupName("string")
    .storageSyncServiceName("string")
    .syncGroupName("string")
    .azureFileShareName("string")
    .cloudEndpointName("string")
    .friendlyName("string")
    .storageAccountResourceId("string")
    .storageAccountTenantId("string")
    .build());
cloud_endpoint_resource = azure_native.storagesync.CloudEndpoint("cloudEndpointResource",
    resource_group_name="string",
    storage_sync_service_name="string",
    sync_group_name="string",
    azure_file_share_name="string",
    cloud_endpoint_name="string",
    friendly_name="string",
    storage_account_resource_id="string",
    storage_account_tenant_id="string")
const cloudEndpointResource = new azure_native.storagesync.CloudEndpoint("cloudEndpointResource", {
    resourceGroupName: "string",
    storageSyncServiceName: "string",
    syncGroupName: "string",
    azureFileShareName: "string",
    cloudEndpointName: "string",
    friendlyName: "string",
    storageAccountResourceId: "string",
    storageAccountTenantId: "string",
});
type: azure-native:storagesync:CloudEndpoint
properties:
    azureFileShareName: string
    cloudEndpointName: string
    friendlyName: string
    resourceGroupName: string
    storageAccountResourceId: string
    storageAccountTenantId: string
    storageSyncServiceName: string
    syncGroupName: string
CloudEndpoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CloudEndpoint resource accepts the following input properties:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- StorageSync stringService Name 
- Name of Storage Sync Service resource.
- SyncGroup stringName 
- Name of Sync Group resource.
- string
- Azure file share name
- CloudEndpoint stringName 
- Name of Cloud Endpoint object.
- FriendlyName string
- Friendly Name
- StorageAccount stringResource Id 
- Storage Account Resource Id
- StorageAccount stringTenant Id 
- Storage Account Tenant Id
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- StorageSync stringService Name 
- Name of Storage Sync Service resource.
- SyncGroup stringName 
- Name of Sync Group resource.
- string
- Azure file share name
- CloudEndpoint stringName 
- Name of Cloud Endpoint object.
- FriendlyName string
- Friendly Name
- StorageAccount stringResource Id 
- Storage Account Resource Id
- StorageAccount stringTenant Id 
- Storage Account Tenant Id
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- storageSync StringService Name 
- Name of Storage Sync Service resource.
- syncGroup StringName 
- Name of Sync Group resource.
- String
- Azure file share name
- cloudEndpoint StringName 
- Name of Cloud Endpoint object.
- friendlyName String
- Friendly Name
- storageAccount StringResource Id 
- Storage Account Resource Id
- storageAccount StringTenant Id 
- Storage Account Tenant Id
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- storageSync stringService Name 
- Name of Storage Sync Service resource.
- syncGroup stringName 
- Name of Sync Group resource.
- string
- Azure file share name
- cloudEndpoint stringName 
- Name of Cloud Endpoint object.
- friendlyName string
- Friendly Name
- storageAccount stringResource Id 
- Storage Account Resource Id
- storageAccount stringTenant Id 
- Storage Account Tenant Id
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- storage_sync_ strservice_ name 
- Name of Storage Sync Service resource.
- sync_group_ strname 
- Name of Sync Group resource.
- str
- Azure file share name
- cloud_endpoint_ strname 
- Name of Cloud Endpoint object.
- friendly_name str
- Friendly Name
- storage_account_ strresource_ id 
- Storage Account Resource Id
- storage_account_ strtenant_ id 
- Storage Account Tenant Id
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- storageSync StringService Name 
- Name of Storage Sync Service resource.
- syncGroup StringName 
- Name of Sync Group resource.
- String
- Azure file share name
- cloudEndpoint StringName 
- Name of Cloud Endpoint object.
- friendlyName String
- Friendly Name
- storageAccount StringResource Id 
- Storage Account Resource Id
- storageAccount StringTenant Id 
- Storage Account Tenant Id
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudEndpoint resource produces the following output properties:
- BackupEnabled string
- Backup Enabled
- ChangeEnumeration Pulumi.Status Azure Native. Storage Sync. Outputs. Cloud Endpoint Change Enumeration Status Response 
- Cloud endpoint change enumeration status
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- SystemData Pulumi.Azure Native. Storage Sync. Outputs. System Data Response 
- 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"
- LastOperation stringName 
- Resource Last Operation Name
- LastWorkflow stringId 
- CloudEndpoint lastWorkflowId
- PartnershipId string
- Partnership Id
- ProvisioningState string
- CloudEndpoint Provisioning State
- BackupEnabled string
- Backup Enabled
- ChangeEnumeration CloudStatus Endpoint Change Enumeration Status Response 
- Cloud endpoint change enumeration status
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- SystemData SystemData Response 
- 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"
- LastOperation stringName 
- Resource Last Operation Name
- LastWorkflow stringId 
- CloudEndpoint lastWorkflowId
- PartnershipId string
- Partnership Id
- ProvisioningState string
- CloudEndpoint Provisioning State
- backupEnabled String
- Backup Enabled
- changeEnumeration CloudStatus Endpoint Change Enumeration Status Response 
- Cloud endpoint change enumeration status
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- systemData SystemData Response 
- 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"
- lastOperation StringName 
- Resource Last Operation Name
- lastWorkflow StringId 
- CloudEndpoint lastWorkflowId
- partnershipId String
- Partnership Id
- provisioningState String
- CloudEndpoint Provisioning State
- backupEnabled string
- Backup Enabled
- changeEnumeration CloudStatus Endpoint Change Enumeration Status Response 
- Cloud endpoint change enumeration status
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- systemData SystemData Response 
- 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"
- lastOperation stringName 
- Resource Last Operation Name
- lastWorkflow stringId 
- CloudEndpoint lastWorkflowId
- partnershipId string
- Partnership Id
- provisioningState string
- CloudEndpoint Provisioning State
- backup_enabled str
- Backup Enabled
- change_enumeration_ Cloudstatus Endpoint Change Enumeration Status Response 
- Cloud endpoint change enumeration status
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_data SystemData Response 
- 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"
- last_operation_ strname 
- Resource Last Operation Name
- last_workflow_ strid 
- CloudEndpoint lastWorkflowId
- partnership_id str
- Partnership Id
- provisioning_state str
- CloudEndpoint Provisioning State
- backupEnabled String
- Backup Enabled
- changeEnumeration Property MapStatus 
- Cloud endpoint change enumeration status
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- 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"
- lastOperation StringName 
- Resource Last Operation Name
- lastWorkflow StringId 
- CloudEndpoint lastWorkflowId
- partnershipId String
- Partnership Id
- provisioningState String
- CloudEndpoint Provisioning State
Supporting Types
CloudEndpointChangeEnumerationActivityResponse, CloudEndpointChangeEnumerationActivityResponseArgs            
- DeletesProgress intPercent 
- Progress percentage for processing deletes. This is done separately from the rest of the enumeration run
- LastUpdated stringTimestamp 
- Last updated timestamp
- MinutesRemaining int
- Estimate of time remaining for the enumeration run
- OperationState string
- Change enumeration operation state
- ProcessedDirectories doubleCount 
- Count of directories processed
- ProcessedFiles doubleCount 
- Count of files processed
- ProgressPercent int
- Progress percentage for change enumeration run, excluding processing of deletes
- StartedTimestamp string
- Timestamp when change enumeration started
- StatusCode int
- When non-zero, indicates an issue that is delaying change enumeration
- TotalCounts stringState 
- Change enumeration total counts state
- TotalDirectories doubleCount 
- Total count of directories enumerated
- TotalFiles doubleCount 
- Total count of files enumerated
- TotalSize doubleBytes 
- Total enumerated size in bytes
- DeletesProgress intPercent 
- Progress percentage for processing deletes. This is done separately from the rest of the enumeration run
- LastUpdated stringTimestamp 
- Last updated timestamp
- MinutesRemaining int
- Estimate of time remaining for the enumeration run
- OperationState string
- Change enumeration operation state
- ProcessedDirectories float64Count 
- Count of directories processed
- ProcessedFiles float64Count 
- Count of files processed
- ProgressPercent int
- Progress percentage for change enumeration run, excluding processing of deletes
- StartedTimestamp string
- Timestamp when change enumeration started
- StatusCode int
- When non-zero, indicates an issue that is delaying change enumeration
- TotalCounts stringState 
- Change enumeration total counts state
- TotalDirectories float64Count 
- Total count of directories enumerated
- TotalFiles float64Count 
- Total count of files enumerated
- TotalSize float64Bytes 
- Total enumerated size in bytes
- deletesProgress IntegerPercent 
- Progress percentage for processing deletes. This is done separately from the rest of the enumeration run
- lastUpdated StringTimestamp 
- Last updated timestamp
- minutesRemaining Integer
- Estimate of time remaining for the enumeration run
- operationState String
- Change enumeration operation state
- processedDirectories DoubleCount 
- Count of directories processed
- processedFiles DoubleCount 
- Count of files processed
- progressPercent Integer
- Progress percentage for change enumeration run, excluding processing of deletes
- startedTimestamp String
- Timestamp when change enumeration started
- statusCode Integer
- When non-zero, indicates an issue that is delaying change enumeration
- totalCounts StringState 
- Change enumeration total counts state
- totalDirectories DoubleCount 
- Total count of directories enumerated
- totalFiles DoubleCount 
- Total count of files enumerated
- totalSize DoubleBytes 
- Total enumerated size in bytes
- deletesProgress numberPercent 
- Progress percentage for processing deletes. This is done separately from the rest of the enumeration run
- lastUpdated stringTimestamp 
- Last updated timestamp
- minutesRemaining number
- Estimate of time remaining for the enumeration run
- operationState string
- Change enumeration operation state
- processedDirectories numberCount 
- Count of directories processed
- processedFiles numberCount 
- Count of files processed
- progressPercent number
- Progress percentage for change enumeration run, excluding processing of deletes
- startedTimestamp string
- Timestamp when change enumeration started
- statusCode number
- When non-zero, indicates an issue that is delaying change enumeration
- totalCounts stringState 
- Change enumeration total counts state
- totalDirectories numberCount 
- Total count of directories enumerated
- totalFiles numberCount 
- Total count of files enumerated
- totalSize numberBytes 
- Total enumerated size in bytes
- deletes_progress_ intpercent 
- Progress percentage for processing deletes. This is done separately from the rest of the enumeration run
- last_updated_ strtimestamp 
- Last updated timestamp
- minutes_remaining int
- Estimate of time remaining for the enumeration run
- operation_state str
- Change enumeration operation state
- processed_directories_ floatcount 
- Count of directories processed
- processed_files_ floatcount 
- Count of files processed
- progress_percent int
- Progress percentage for change enumeration run, excluding processing of deletes
- started_timestamp str
- Timestamp when change enumeration started
- status_code int
- When non-zero, indicates an issue that is delaying change enumeration
- total_counts_ strstate 
- Change enumeration total counts state
- total_directories_ floatcount 
- Total count of directories enumerated
- total_files_ floatcount 
- Total count of files enumerated
- total_size_ floatbytes 
- Total enumerated size in bytes
- deletesProgress NumberPercent 
- Progress percentage for processing deletes. This is done separately from the rest of the enumeration run
- lastUpdated StringTimestamp 
- Last updated timestamp
- minutesRemaining Number
- Estimate of time remaining for the enumeration run
- operationState String
- Change enumeration operation state
- processedDirectories NumberCount 
- Count of directories processed
- processedFiles NumberCount 
- Count of files processed
- progressPercent Number
- Progress percentage for change enumeration run, excluding processing of deletes
- startedTimestamp String
- Timestamp when change enumeration started
- statusCode Number
- When non-zero, indicates an issue that is delaying change enumeration
- totalCounts StringState 
- Change enumeration total counts state
- totalDirectories NumberCount 
- Total count of directories enumerated
- totalFiles NumberCount 
- Total count of files enumerated
- totalSize NumberBytes 
- Total enumerated size in bytes
CloudEndpointChangeEnumerationStatusResponse, CloudEndpointChangeEnumerationStatusResponseArgs            
- Activity
Pulumi.Azure Native. Storage Sync. Inputs. Cloud Endpoint Change Enumeration Activity Response 
- Change enumeration activity
- LastEnumeration Pulumi.Status Azure Native. Storage Sync. Inputs. Cloud Endpoint Last Change Enumeration Status Response 
- Status of last completed change enumeration
- LastUpdated stringTimestamp 
- Last updated timestamp
- Activity
CloudEndpoint Change Enumeration Activity Response 
- Change enumeration activity
- LastEnumeration CloudStatus Endpoint Last Change Enumeration Status Response 
- Status of last completed change enumeration
- LastUpdated stringTimestamp 
- Last updated timestamp
- activity
CloudEndpoint Change Enumeration Activity Response 
- Change enumeration activity
- lastEnumeration CloudStatus Endpoint Last Change Enumeration Status Response 
- Status of last completed change enumeration
- lastUpdated StringTimestamp 
- Last updated timestamp
- activity
CloudEndpoint Change Enumeration Activity Response 
- Change enumeration activity
- lastEnumeration CloudStatus Endpoint Last Change Enumeration Status Response 
- Status of last completed change enumeration
- lastUpdated stringTimestamp 
- Last updated timestamp
- activity
CloudEndpoint Change Enumeration Activity Response 
- Change enumeration activity
- last_enumeration_ Cloudstatus Endpoint Last Change Enumeration Status Response 
- Status of last completed change enumeration
- last_updated_ strtimestamp 
- Last updated timestamp
- activity Property Map
- Change enumeration activity
- lastEnumeration Property MapStatus 
- Status of last completed change enumeration
- lastUpdated StringTimestamp 
- Last updated timestamp
CloudEndpointLastChangeEnumerationStatusResponse, CloudEndpointLastChangeEnumerationStatusResponseArgs              
- CompletedTimestamp string
- Timestamp when change enumeration completed
- NamespaceDirectories doubleCount 
- Count of directories in the namespace
- NamespaceFiles doubleCount 
- Count of files in the namespace
- NamespaceSize doubleBytes 
- Namespace size in bytes
- NextRun stringTimestamp 
- Timestamp of when change enumeration is expected to run again
- StartedTimestamp string
- Timestamp when change enumeration started
- CompletedTimestamp string
- Timestamp when change enumeration completed
- NamespaceDirectories float64Count 
- Count of directories in the namespace
- NamespaceFiles float64Count 
- Count of files in the namespace
- NamespaceSize float64Bytes 
- Namespace size in bytes
- NextRun stringTimestamp 
- Timestamp of when change enumeration is expected to run again
- StartedTimestamp string
- Timestamp when change enumeration started
- completedTimestamp String
- Timestamp when change enumeration completed
- namespaceDirectories DoubleCount 
- Count of directories in the namespace
- namespaceFiles DoubleCount 
- Count of files in the namespace
- namespaceSize DoubleBytes 
- Namespace size in bytes
- nextRun StringTimestamp 
- Timestamp of when change enumeration is expected to run again
- startedTimestamp String
- Timestamp when change enumeration started
- completedTimestamp string
- Timestamp when change enumeration completed
- namespaceDirectories numberCount 
- Count of directories in the namespace
- namespaceFiles numberCount 
- Count of files in the namespace
- namespaceSize numberBytes 
- Namespace size in bytes
- nextRun stringTimestamp 
- Timestamp of when change enumeration is expected to run again
- startedTimestamp string
- Timestamp when change enumeration started
- completed_timestamp str
- Timestamp when change enumeration completed
- namespace_directories_ floatcount 
- Count of directories in the namespace
- namespace_files_ floatcount 
- Count of files in the namespace
- namespace_size_ floatbytes 
- Namespace size in bytes
- next_run_ strtimestamp 
- Timestamp of when change enumeration is expected to run again
- started_timestamp str
- Timestamp when change enumeration started
- completedTimestamp String
- Timestamp when change enumeration completed
- namespaceDirectories NumberCount 
- Count of directories in the namespace
- namespaceFiles NumberCount 
- Count of files in the namespace
- namespaceSize NumberBytes 
- Namespace size in bytes
- nextRun StringTimestamp 
- Timestamp of when change enumeration is expected to run again
- startedTimestamp String
- Timestamp when change enumeration started
SystemDataResponse, SystemDataResponseArgs      
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- 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_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:storagesync:CloudEndpoint SampleCloudEndpoint_1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints/{cloudEndpointName} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0