azure-native.sql.SyncGroup
Explore with Pulumi AI
An Azure SQL Database sync group. API Version: 2020-11-01-preview.
Example Usage
Create a sync group
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var syncGroup = new AzureNative.Sql.SyncGroup("syncGroup", new()
    {
        ConflictResolutionPolicy = "HubWin",
        DatabaseName = "syncgroupcrud-4328",
        HubDatabaseUserName = "hubUser",
        Interval = -1,
        ResourceGroupName = "syncgroupcrud-65440",
        ServerName = "syncgroupcrud-8475",
        SyncDatabaseId = "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
        SyncGroupName = "syncgroupcrud-3187",
        UsePrivateLinkConnection = true,
    });
});
package main
import (
	sql "github.com/pulumi/pulumi-azure-native-sdk/sql"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sql.NewSyncGroup(ctx, "syncGroup", &sql.SyncGroupArgs{
			ConflictResolutionPolicy: pulumi.String("HubWin"),
			DatabaseName:             pulumi.String("syncgroupcrud-4328"),
			HubDatabaseUserName:      pulumi.String("hubUser"),
			Interval:                 -1,
			ResourceGroupName:        pulumi.String("syncgroupcrud-65440"),
			ServerName:               pulumi.String("syncgroupcrud-8475"),
			SyncDatabaseId:           pulumi.String("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328"),
			SyncGroupName:            pulumi.String("syncgroupcrud-3187"),
			UsePrivateLinkConnection: pulumi.Bool(true),
		})
		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.sql.SyncGroup;
import com.pulumi.azurenative.sql.SyncGroupArgs;
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 syncGroup = new SyncGroup("syncGroup", SyncGroupArgs.builder()        
            .conflictResolutionPolicy("HubWin")
            .databaseName("syncgroupcrud-4328")
            .hubDatabaseUserName("hubUser")
            .interval("TODO: GenUnaryOpExpression")
            .resourceGroupName("syncgroupcrud-65440")
            .serverName("syncgroupcrud-8475")
            .syncDatabaseId("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328")
            .syncGroupName("syncgroupcrud-3187")
            .usePrivateLinkConnection(true)
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const syncGroup = new azure_native.sql.SyncGroup("syncGroup", {
    conflictResolutionPolicy: "HubWin",
    databaseName: "syncgroupcrud-4328",
    hubDatabaseUserName: "hubUser",
    interval: -1,
    resourceGroupName: "syncgroupcrud-65440",
    serverName: "syncgroupcrud-8475",
    syncDatabaseId: "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
    syncGroupName: "syncgroupcrud-3187",
    usePrivateLinkConnection: true,
});
import pulumi
import pulumi_azure_native as azure_native
sync_group = azure_native.sql.SyncGroup("syncGroup",
    conflict_resolution_policy="HubWin",
    database_name="syncgroupcrud-4328",
    hub_database_user_name="hubUser",
    interval=-1,
    resource_group_name="syncgroupcrud-65440",
    server_name="syncgroupcrud-8475",
    sync_database_id="/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
    sync_group_name="syncgroupcrud-3187",
    use_private_link_connection=True)
Update a sync group
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var syncGroup = new AzureNative.Sql.SyncGroup("syncGroup", new()
    {
        ConflictResolutionPolicy = "HubWin",
        DatabaseName = "syncgroupcrud-4328",
        HubDatabaseUserName = "hubUser",
        Interval = -1,
        ResourceGroupName = "syncgroupcrud-65440",
        ServerName = "syncgroupcrud-8475",
        SyncDatabaseId = "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
        SyncGroupName = "syncgroupcrud-3187",
        UsePrivateLinkConnection = true,
    });
});
package main
import (
	sql "github.com/pulumi/pulumi-azure-native-sdk/sql"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sql.NewSyncGroup(ctx, "syncGroup", &sql.SyncGroupArgs{
			ConflictResolutionPolicy: pulumi.String("HubWin"),
			DatabaseName:             pulumi.String("syncgroupcrud-4328"),
			HubDatabaseUserName:      pulumi.String("hubUser"),
			Interval:                 -1,
			ResourceGroupName:        pulumi.String("syncgroupcrud-65440"),
			ServerName:               pulumi.String("syncgroupcrud-8475"),
			SyncDatabaseId:           pulumi.String("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328"),
			SyncGroupName:            pulumi.String("syncgroupcrud-3187"),
			UsePrivateLinkConnection: pulumi.Bool(true),
		})
		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.sql.SyncGroup;
import com.pulumi.azurenative.sql.SyncGroupArgs;
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 syncGroup = new SyncGroup("syncGroup", SyncGroupArgs.builder()        
            .conflictResolutionPolicy("HubWin")
            .databaseName("syncgroupcrud-4328")
            .hubDatabaseUserName("hubUser")
            .interval("TODO: GenUnaryOpExpression")
            .resourceGroupName("syncgroupcrud-65440")
            .serverName("syncgroupcrud-8475")
            .syncDatabaseId("/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328")
            .syncGroupName("syncgroupcrud-3187")
            .usePrivateLinkConnection(true)
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const syncGroup = new azure_native.sql.SyncGroup("syncGroup", {
    conflictResolutionPolicy: "HubWin",
    databaseName: "syncgroupcrud-4328",
    hubDatabaseUserName: "hubUser",
    interval: -1,
    resourceGroupName: "syncgroupcrud-65440",
    serverName: "syncgroupcrud-8475",
    syncDatabaseId: "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
    syncGroupName: "syncgroupcrud-3187",
    usePrivateLinkConnection: true,
});
import pulumi
import pulumi_azure_native as azure_native
sync_group = azure_native.sql.SyncGroup("syncGroup",
    conflict_resolution_policy="HubWin",
    database_name="syncgroupcrud-4328",
    hub_database_user_name="hubUser",
    interval=-1,
    resource_group_name="syncgroupcrud-65440",
    server_name="syncgroupcrud-8475",
    sync_database_id="/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
    sync_group_name="syncgroupcrud-3187",
    use_private_link_connection=True)
Create SyncGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SyncGroup(name: string, args: SyncGroupArgs, opts?: CustomResourceOptions);@overload
def SyncGroup(resource_name: str,
              args: SyncGroupArgs,
              opts: Optional[ResourceOptions] = None)
@overload
def SyncGroup(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              resource_group_name: Optional[str] = None,
              server_name: Optional[str] = None,
              database_name: Optional[str] = None,
              enable_conflict_logging: Optional[bool] = None,
              hub_database_password: Optional[str] = None,
              hub_database_user_name: Optional[str] = None,
              interval: Optional[int] = None,
              conflict_logging_retention_in_days: Optional[int] = None,
              schema: Optional[SyncGroupSchemaArgs] = None,
              conflict_resolution_policy: Optional[Union[str, SyncConflictResolutionPolicy]] = None,
              sku: Optional[SkuArgs] = None,
              sync_database_id: Optional[str] = None,
              sync_group_name: Optional[str] = None,
              use_private_link_connection: Optional[bool] = None)func NewSyncGroup(ctx *Context, name string, args SyncGroupArgs, opts ...ResourceOption) (*SyncGroup, error)public SyncGroup(string name, SyncGroupArgs args, CustomResourceOptions? opts = null)
public SyncGroup(String name, SyncGroupArgs args)
public SyncGroup(String name, SyncGroupArgs args, CustomResourceOptions options)
type: azure-native:sql:SyncGroup
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 SyncGroupArgs
- 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 SyncGroupArgs
- 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 SyncGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SyncGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SyncGroupArgs
- 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 syncGroupResource = new AzureNative.Sql.SyncGroup("syncGroupResource", new()
{
    ResourceGroupName = "string",
    ServerName = "string",
    DatabaseName = "string",
    EnableConflictLogging = false,
    HubDatabasePassword = "string",
    HubDatabaseUserName = "string",
    Interval = 0,
    ConflictLoggingRetentionInDays = 0,
    Schema = 
    {
        { "masterSyncMemberName", "string" },
        { "tables", new[]
        {
            
            {
                { "columns", new[]
                {
                    
                    {
                        { "dataSize", "string" },
                        { "dataType", "string" },
                        { "quotedName", "string" },
                    },
                } },
                { "quotedName", "string" },
            },
        } },
    },
    ConflictResolutionPolicy = "string",
    Sku = 
    {
        { "name", "string" },
        { "capacity", 0 },
        { "family", "string" },
        { "size", "string" },
        { "tier", "string" },
    },
    SyncDatabaseId = "string",
    SyncGroupName = "string",
    UsePrivateLinkConnection = false,
});
example, err := sql.NewSyncGroup(ctx, "syncGroupResource", &sql.SyncGroupArgs{
	ResourceGroupName:              "string",
	ServerName:                     "string",
	DatabaseName:                   "string",
	EnableConflictLogging:          false,
	HubDatabasePassword:            "string",
	HubDatabaseUserName:            "string",
	Interval:                       0,
	ConflictLoggingRetentionInDays: 0,
	Schema: map[string]interface{}{
		"masterSyncMemberName": "string",
		"tables": []map[string]interface{}{
			map[string]interface{}{
				"columns": []map[string]interface{}{
					map[string]interface{}{
						"dataSize":   "string",
						"dataType":   "string",
						"quotedName": "string",
					},
				},
				"quotedName": "string",
			},
		},
	},
	ConflictResolutionPolicy: "string",
	Sku: map[string]interface{}{
		"name":     "string",
		"capacity": 0,
		"family":   "string",
		"size":     "string",
		"tier":     "string",
	},
	SyncDatabaseId:           "string",
	SyncGroupName:            "string",
	UsePrivateLinkConnection: false,
})
var syncGroupResource = new SyncGroup("syncGroupResource", SyncGroupArgs.builder()
    .resourceGroupName("string")
    .serverName("string")
    .databaseName("string")
    .enableConflictLogging(false)
    .hubDatabasePassword("string")
    .hubDatabaseUserName("string")
    .interval(0)
    .conflictLoggingRetentionInDays(0)
    .schema(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .conflictResolutionPolicy("string")
    .sku(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .syncDatabaseId("string")
    .syncGroupName("string")
    .usePrivateLinkConnection(false)
    .build());
sync_group_resource = azure_native.sql.SyncGroup("syncGroupResource",
    resource_group_name=string,
    server_name=string,
    database_name=string,
    enable_conflict_logging=False,
    hub_database_password=string,
    hub_database_user_name=string,
    interval=0,
    conflict_logging_retention_in_days=0,
    schema={
        masterSyncMemberName: string,
        tables: [{
            columns: [{
                dataSize: string,
                dataType: string,
                quotedName: string,
            }],
            quotedName: string,
        }],
    },
    conflict_resolution_policy=string,
    sku={
        name: string,
        capacity: 0,
        family: string,
        size: string,
        tier: string,
    },
    sync_database_id=string,
    sync_group_name=string,
    use_private_link_connection=False)
const syncGroupResource = new azure_native.sql.SyncGroup("syncGroupResource", {
    resourceGroupName: "string",
    serverName: "string",
    databaseName: "string",
    enableConflictLogging: false,
    hubDatabasePassword: "string",
    hubDatabaseUserName: "string",
    interval: 0,
    conflictLoggingRetentionInDays: 0,
    schema: {
        masterSyncMemberName: "string",
        tables: [{
            columns: [{
                dataSize: "string",
                dataType: "string",
                quotedName: "string",
            }],
            quotedName: "string",
        }],
    },
    conflictResolutionPolicy: "string",
    sku: {
        name: "string",
        capacity: 0,
        family: "string",
        size: "string",
        tier: "string",
    },
    syncDatabaseId: "string",
    syncGroupName: "string",
    usePrivateLinkConnection: false,
});
type: azure-native:sql:SyncGroup
properties:
    conflictLoggingRetentionInDays: 0
    conflictResolutionPolicy: string
    databaseName: string
    enableConflictLogging: false
    hubDatabasePassword: string
    hubDatabaseUserName: string
    interval: 0
    resourceGroupName: string
    schema:
        masterSyncMemberName: string
        tables:
            - columns:
                - dataSize: string
                  dataType: string
                  quotedName: string
              quotedName: string
    serverName: string
    sku:
        capacity: 0
        family: string
        name: string
        size: string
        tier: string
    syncDatabaseId: string
    syncGroupName: string
    usePrivateLinkConnection: false
SyncGroup 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 SyncGroup resource accepts the following input properties:
- DatabaseName string
- The name of the database on which the sync group is hosted.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServerName string
- The name of the server.
- ConflictLogging intRetention In Days 
- Conflict logging retention period.
- ConflictResolution string | Pulumi.Policy Azure Native. Sql. Sync Conflict Resolution Policy 
- Conflict resolution policy of the sync group.
- EnableConflict boolLogging 
- If conflict logging is enabled.
- HubDatabase stringPassword 
- Password for the sync group hub database credential.
- HubDatabase stringUser Name 
- User name for the sync group hub database credential.
- Interval int
- Sync interval of the sync group.
- Schema
Pulumi.Azure Native. Sql. Inputs. Sync Group Schema 
- Sync schema of the sync group.
- Sku
Pulumi.Azure Native. Sql. Inputs. Sku 
- The name and capacity of the SKU.
- SyncDatabase stringId 
- ARM resource id of the sync database in the sync group.
- SyncGroup stringName 
- The name of the sync group.
- UsePrivate boolLink Connection 
- If use private link connection is enabled.
- DatabaseName string
- The name of the database on which the sync group is hosted.
- ResourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- ServerName string
- The name of the server.
- ConflictLogging intRetention In Days 
- Conflict logging retention period.
- ConflictResolution string | SyncPolicy Conflict Resolution Policy 
- Conflict resolution policy of the sync group.
- EnableConflict boolLogging 
- If conflict logging is enabled.
- HubDatabase stringPassword 
- Password for the sync group hub database credential.
- HubDatabase stringUser Name 
- User name for the sync group hub database credential.
- Interval int
- Sync interval of the sync group.
- Schema
SyncGroup Schema Args 
- Sync schema of the sync group.
- Sku
SkuArgs 
- The name and capacity of the SKU.
- SyncDatabase stringId 
- ARM resource id of the sync database in the sync group.
- SyncGroup stringName 
- The name of the sync group.
- UsePrivate boolLink Connection 
- If use private link connection is enabled.
- databaseName String
- The name of the database on which the sync group is hosted.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName String
- The name of the server.
- conflictLogging IntegerRetention In Days 
- Conflict logging retention period.
- conflictResolution String | SyncPolicy Conflict Resolution Policy 
- Conflict resolution policy of the sync group.
- enableConflict BooleanLogging 
- If conflict logging is enabled.
- hubDatabase StringPassword 
- Password for the sync group hub database credential.
- hubDatabase StringUser Name 
- User name for the sync group hub database credential.
- interval Integer
- Sync interval of the sync group.
- schema
SyncGroup Schema 
- Sync schema of the sync group.
- sku Sku
- The name and capacity of the SKU.
- syncDatabase StringId 
- ARM resource id of the sync database in the sync group.
- syncGroup StringName 
- The name of the sync group.
- usePrivate BooleanLink Connection 
- If use private link connection is enabled.
- databaseName string
- The name of the database on which the sync group is hosted.
- resourceGroup stringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName string
- The name of the server.
- conflictLogging numberRetention In Days 
- Conflict logging retention period.
- conflictResolution string | SyncPolicy Conflict Resolution Policy 
- Conflict resolution policy of the sync group.
- enableConflict booleanLogging 
- If conflict logging is enabled.
- hubDatabase stringPassword 
- Password for the sync group hub database credential.
- hubDatabase stringUser Name 
- User name for the sync group hub database credential.
- interval number
- Sync interval of the sync group.
- schema
SyncGroup Schema 
- Sync schema of the sync group.
- sku Sku
- The name and capacity of the SKU.
- syncDatabase stringId 
- ARM resource id of the sync database in the sync group.
- syncGroup stringName 
- The name of the sync group.
- usePrivate booleanLink Connection 
- If use private link connection is enabled.
- database_name str
- The name of the database on which the sync group is hosted.
- resource_group_ strname 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- server_name str
- The name of the server.
- conflict_logging_ intretention_ in_ days 
- Conflict logging retention period.
- conflict_resolution_ str | Syncpolicy Conflict Resolution Policy 
- Conflict resolution policy of the sync group.
- enable_conflict_ boollogging 
- If conflict logging is enabled.
- hub_database_ strpassword 
- Password for the sync group hub database credential.
- hub_database_ struser_ name 
- User name for the sync group hub database credential.
- interval int
- Sync interval of the sync group.
- schema
SyncGroup Schema Args 
- Sync schema of the sync group.
- sku
SkuArgs 
- The name and capacity of the SKU.
- sync_database_ strid 
- ARM resource id of the sync database in the sync group.
- sync_group_ strname 
- The name of the sync group.
- use_private_ boollink_ connection 
- If use private link connection is enabled.
- databaseName String
- The name of the database on which the sync group is hosted.
- resourceGroup StringName 
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName String
- The name of the server.
- conflictLogging NumberRetention In Days 
- Conflict logging retention period.
- conflictResolution String | "HubPolicy Win" | "Member Win" 
- Conflict resolution policy of the sync group.
- enableConflict BooleanLogging 
- If conflict logging is enabled.
- hubDatabase StringPassword 
- Password for the sync group hub database credential.
- hubDatabase StringUser Name 
- User name for the sync group hub database credential.
- interval Number
- Sync interval of the sync group.
- schema Property Map
- Sync schema of the sync group.
- sku Property Map
- The name and capacity of the SKU.
- syncDatabase StringId 
- ARM resource id of the sync database in the sync group.
- syncGroup StringName 
- The name of the sync group.
- usePrivate BooleanLink Connection 
- If use private link connection is enabled.
Outputs
All input properties are implicitly available as output properties. Additionally, the SyncGroup resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- LastSync stringTime 
- Last sync time of the sync group.
- Name string
- Resource name.
- PrivateEndpoint stringName 
- Private endpoint name of the sync group if use private link connection is enabled.
- SyncState string
- Sync state of the sync group.
- Type string
- Resource type.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastSync stringTime 
- Last sync time of the sync group.
- Name string
- Resource name.
- PrivateEndpoint stringName 
- Private endpoint name of the sync group if use private link connection is enabled.
- SyncState string
- Sync state of the sync group.
- Type string
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- lastSync StringTime 
- Last sync time of the sync group.
- name String
- Resource name.
- privateEndpoint StringName 
- Private endpoint name of the sync group if use private link connection is enabled.
- syncState String
- Sync state of the sync group.
- type String
- Resource type.
- id string
- The provider-assigned unique ID for this managed resource.
- lastSync stringTime 
- Last sync time of the sync group.
- name string
- Resource name.
- privateEndpoint stringName 
- Private endpoint name of the sync group if use private link connection is enabled.
- syncState string
- Sync state of the sync group.
- type string
- Resource type.
- id str
- The provider-assigned unique ID for this managed resource.
- last_sync_ strtime 
- Last sync time of the sync group.
- name str
- Resource name.
- private_endpoint_ strname 
- Private endpoint name of the sync group if use private link connection is enabled.
- sync_state str
- Sync state of the sync group.
- type str
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- lastSync StringTime 
- Last sync time of the sync group.
- name String
- Resource name.
- privateEndpoint StringName 
- Private endpoint name of the sync group if use private link connection is enabled.
- syncState String
- Sync state of the sync group.
- type String
- Resource type.
Supporting Types
Sku, SkuArgs  
- Name string
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- Capacity int
- Capacity of the particular SKU.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- Size of the particular SKU
- Tier string
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- Name string
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- Capacity int
- Capacity of the particular SKU.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- Size of the particular SKU
- Tier string
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name String
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity Integer
- Capacity of the particular SKU.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- Size of the particular SKU
- tier String
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name string
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity number
- Capacity of the particular SKU.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- Size of the particular SKU
- tier string
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name str
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity int
- Capacity of the particular SKU.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- Size of the particular SKU
- tier str
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name String
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity Number
- Capacity of the particular SKU.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- Size of the particular SKU
- tier String
- The tier or edition of the particular SKU, e.g. Basic, Premium.
SkuResponse, SkuResponseArgs    
- Name string
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- Capacity int
- Capacity of the particular SKU.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- Size of the particular SKU
- Tier string
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- Name string
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- Capacity int
- Capacity of the particular SKU.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- Size of the particular SKU
- Tier string
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name String
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity Integer
- Capacity of the particular SKU.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- Size of the particular SKU
- tier String
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name string
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity number
- Capacity of the particular SKU.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- Size of the particular SKU
- tier string
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name str
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity int
- Capacity of the particular SKU.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- Size of the particular SKU
- tier str
- The tier or edition of the particular SKU, e.g. Basic, Premium.
- name String
- The name of the SKU, typically, a letter + Number code, e.g. P3.
- capacity Number
- Capacity of the particular SKU.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- Size of the particular SKU
- tier String
- The tier or edition of the particular SKU, e.g. Basic, Premium.
SyncConflictResolutionPolicy, SyncConflictResolutionPolicyArgs        
- HubWin 
- HubWin
- MemberWin 
- MemberWin
- SyncConflict Resolution Policy Hub Win 
- HubWin
- SyncConflict Resolution Policy Member Win 
- MemberWin
- HubWin 
- HubWin
- MemberWin 
- MemberWin
- HubWin 
- HubWin
- MemberWin 
- MemberWin
- HUB_WIN
- HubWin
- MEMBER_WIN
- MemberWin
- "HubWin" 
- HubWin
- "MemberWin" 
- MemberWin
SyncGroupSchema, SyncGroupSchemaArgs      
- MasterSync stringMember Name 
- Name of master sync member where the schema is from.
- Tables
List<Pulumi.Azure Native. Sql. Inputs. Sync Group Schema Table> 
- List of tables in sync group schema.
- MasterSync stringMember Name 
- Name of master sync member where the schema is from.
- Tables
[]SyncGroup Schema Table 
- List of tables in sync group schema.
- masterSync StringMember Name 
- Name of master sync member where the schema is from.
- tables
List<SyncGroup Schema Table> 
- List of tables in sync group schema.
- masterSync stringMember Name 
- Name of master sync member where the schema is from.
- tables
SyncGroup Schema Table[] 
- List of tables in sync group schema.
- master_sync_ strmember_ name 
- Name of master sync member where the schema is from.
- tables
Sequence[SyncGroup Schema Table] 
- List of tables in sync group schema.
- masterSync StringMember Name 
- Name of master sync member where the schema is from.
- tables List<Property Map>
- List of tables in sync group schema.
SyncGroupSchemaResponse, SyncGroupSchemaResponseArgs        
- MasterSync stringMember Name 
- Name of master sync member where the schema is from.
- Tables
List<Pulumi.Azure Native. Sql. Inputs. Sync Group Schema Table Response> 
- List of tables in sync group schema.
- MasterSync stringMember Name 
- Name of master sync member where the schema is from.
- Tables
[]SyncGroup Schema Table Response 
- List of tables in sync group schema.
- masterSync StringMember Name 
- Name of master sync member where the schema is from.
- tables
List<SyncGroup Schema Table Response> 
- List of tables in sync group schema.
- masterSync stringMember Name 
- Name of master sync member where the schema is from.
- tables
SyncGroup Schema Table Response[] 
- List of tables in sync group schema.
- master_sync_ strmember_ name 
- Name of master sync member where the schema is from.
- tables
Sequence[SyncGroup Schema Table Response] 
- List of tables in sync group schema.
- masterSync StringMember Name 
- Name of master sync member where the schema is from.
- tables List<Property Map>
- List of tables in sync group schema.
SyncGroupSchemaTable, SyncGroupSchemaTableArgs        
- Columns
List<Pulumi.Azure Native. Sql. Inputs. Sync Group Schema Table Column> 
- List of columns in sync group schema.
- QuotedName string
- Quoted name of sync group schema table.
- Columns
[]SyncGroup Schema Table Column 
- List of columns in sync group schema.
- QuotedName string
- Quoted name of sync group schema table.
- columns
List<SyncGroup Schema Table Column> 
- List of columns in sync group schema.
- quotedName String
- Quoted name of sync group schema table.
- columns
SyncGroup Schema Table Column[] 
- List of columns in sync group schema.
- quotedName string
- Quoted name of sync group schema table.
- columns
Sequence[SyncGroup Schema Table Column] 
- List of columns in sync group schema.
- quoted_name str
- Quoted name of sync group schema table.
- columns List<Property Map>
- List of columns in sync group schema.
- quotedName String
- Quoted name of sync group schema table.
SyncGroupSchemaTableColumn, SyncGroupSchemaTableColumnArgs          
- DataSize string
- Data size of the column.
- DataType string
- Data type of the column.
- QuotedName string
- Quoted name of sync group table column.
- DataSize string
- Data size of the column.
- DataType string
- Data type of the column.
- QuotedName string
- Quoted name of sync group table column.
- dataSize String
- Data size of the column.
- dataType String
- Data type of the column.
- quotedName String
- Quoted name of sync group table column.
- dataSize string
- Data size of the column.
- dataType string
- Data type of the column.
- quotedName string
- Quoted name of sync group table column.
- data_size str
- Data size of the column.
- data_type str
- Data type of the column.
- quoted_name str
- Quoted name of sync group table column.
- dataSize String
- Data size of the column.
- dataType String
- Data type of the column.
- quotedName String
- Quoted name of sync group table column.
SyncGroupSchemaTableColumnResponse, SyncGroupSchemaTableColumnResponseArgs            
- DataSize string
- Data size of the column.
- DataType string
- Data type of the column.
- QuotedName string
- Quoted name of sync group table column.
- DataSize string
- Data size of the column.
- DataType string
- Data type of the column.
- QuotedName string
- Quoted name of sync group table column.
- dataSize String
- Data size of the column.
- dataType String
- Data type of the column.
- quotedName String
- Quoted name of sync group table column.
- dataSize string
- Data size of the column.
- dataType string
- Data type of the column.
- quotedName string
- Quoted name of sync group table column.
- data_size str
- Data size of the column.
- data_type str
- Data type of the column.
- quoted_name str
- Quoted name of sync group table column.
- dataSize String
- Data size of the column.
- dataType String
- Data type of the column.
- quotedName String
- Quoted name of sync group table column.
SyncGroupSchemaTableResponse, SyncGroupSchemaTableResponseArgs          
- Columns
List<Pulumi.Azure Native. Sql. Inputs. Sync Group Schema Table Column Response> 
- List of columns in sync group schema.
- QuotedName string
- Quoted name of sync group schema table.
- Columns
[]SyncGroup Schema Table Column Response 
- List of columns in sync group schema.
- QuotedName string
- Quoted name of sync group schema table.
- columns
List<SyncGroup Schema Table Column Response> 
- List of columns in sync group schema.
- quotedName String
- Quoted name of sync group schema table.
- columns
SyncGroup Schema Table Column Response[] 
- List of columns in sync group schema.
- quotedName string
- Quoted name of sync group schema table.
- columns
Sequence[SyncGroup Schema Table Column Response] 
- List of columns in sync group schema.
- quoted_name str
- Quoted name of sync group schema table.
- columns List<Property Map>
- List of columns in sync group schema.
- quotedName String
- Quoted name of sync group schema table.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:sql:SyncGroup syncgroupcrud-3187 /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328/syncGroups/syncgroupcrud-3187 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0