azure-native.servicebus.getMigrationConfig
Explore with Pulumi AI
Retrieves Migration Config API Version: 2017-04-01.
Using getMigrationConfig
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 getMigrationConfig(args: GetMigrationConfigArgs, opts?: InvokeOptions): Promise<GetMigrationConfigResult>
function getMigrationConfigOutput(args: GetMigrationConfigOutputArgs, opts?: InvokeOptions): Output<GetMigrationConfigResult>
def get_migration_config(config_name: Optional[str] = None,
namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMigrationConfigResult
def get_migration_config_output(config_name: Optional[pulumi.Input[str]] = None,
namespace_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMigrationConfigResult]
func LookupMigrationConfig(ctx *Context, args *LookupMigrationConfigArgs, opts ...InvokeOption) (*LookupMigrationConfigResult, error)
func LookupMigrationConfigOutput(ctx *Context, args *LookupMigrationConfigOutputArgs, opts ...InvokeOption) LookupMigrationConfigResultOutput
> Note: This function is named LookupMigrationConfig
in the Go SDK.
public static class GetMigrationConfig
{
public static Task<GetMigrationConfigResult> InvokeAsync(GetMigrationConfigArgs args, InvokeOptions? opts = null)
public static Output<GetMigrationConfigResult> Invoke(GetMigrationConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMigrationConfigResult> getMigrationConfig(GetMigrationConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:servicebus:getMigrationConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Name string The configuration name. Should always be "$default".
- Namespace
Name string The namespace name
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- Config
Name string The configuration name. Should always be "$default".
- Namespace
Name string The namespace name
- Resource
Group stringName Name of the Resource group within the Azure subscription.
- config
Name String The configuration name. Should always be "$default".
- namespace
Name String The namespace name
- resource
Group StringName Name of the Resource group within the Azure subscription.
- config
Name string The configuration name. Should always be "$default".
- namespace
Name string The namespace name
- resource
Group stringName Name of the Resource group within the Azure subscription.
- config_
name str The configuration name. Should always be "$default".
- namespace_
name str The namespace name
- resource_
group_ strname Name of the Resource group within the Azure subscription.
- config
Name String The configuration name. Should always be "$default".
- namespace
Name String The namespace name
- resource
Group StringName Name of the Resource group within the Azure subscription.
getMigrationConfig Result
The following output properties are available:
- Id string
Resource Id
- Migration
State string State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active
- Name string
Resource name
- Pending
Replication doubleOperations Count Number of entities pending to be replicated.
- Post
Migration stringName Name to access Standard Namespace after migration
- Provisioning
State string Provisioning state of Migration Configuration
- Target
Namespace string Existing premium Namespace ARM Id name which has no entities, will be used for migration
- Type string
Resource type
- Id string
Resource Id
- Migration
State string State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active
- Name string
Resource name
- Pending
Replication float64Operations Count Number of entities pending to be replicated.
- Post
Migration stringName Name to access Standard Namespace after migration
- Provisioning
State string Provisioning state of Migration Configuration
- Target
Namespace string Existing premium Namespace ARM Id name which has no entities, will be used for migration
- Type string
Resource type
- id String
Resource Id
- migration
State String State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active
- name String
Resource name
- pending
Replication DoubleOperations Count Number of entities pending to be replicated.
- post
Migration StringName Name to access Standard Namespace after migration
- provisioning
State String Provisioning state of Migration Configuration
- target
Namespace String Existing premium Namespace ARM Id name which has no entities, will be used for migration
- type String
Resource type
- id string
Resource Id
- migration
State string State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active
- name string
Resource name
- pending
Replication numberOperations Count Number of entities pending to be replicated.
- post
Migration stringName Name to access Standard Namespace after migration
- provisioning
State string Provisioning state of Migration Configuration
- target
Namespace string Existing premium Namespace ARM Id name which has no entities, will be used for migration
- type string
Resource type
- id str
Resource Id
- migration_
state str State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active
- name str
Resource name
- pending_
replication_ floatoperations_ count Number of entities pending to be replicated.
- post_
migration_ strname Name to access Standard Namespace after migration
- provisioning_
state str Provisioning state of Migration Configuration
- target_
namespace str Existing premium Namespace ARM Id name which has no entities, will be used for migration
- type str
Resource type
- id String
Resource Id
- migration
State String State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active
- name String
Resource name
- pending
Replication NumberOperations Count Number of entities pending to be replicated.
- post
Migration StringName Name to access Standard Namespace after migration
- provisioning
State String Provisioning state of Migration Configuration
- target
Namespace String Existing premium Namespace ARM Id name which has no entities, will be used for migration
- type String
Resource type
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0