1. Packages
  2. Azure Native
  3. API Docs
  4. insights
  5. listEASubscriptionListMigrationDatePost
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.insights.listEASubscriptionListMigrationDatePost

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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

list date to migrate to new pricing model.

Uses Azure REST API version 2017-10-01.

Using listEASubscriptionListMigrationDatePost

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 listEASubscriptionListMigrationDatePost(args: ListEASubscriptionListMigrationDatePostArgs, opts?: InvokeOptions): Promise<ListEASubscriptionListMigrationDatePostResult>
function listEASubscriptionListMigrationDatePostOutput(args: ListEASubscriptionListMigrationDatePostOutputArgs, opts?: InvokeOptions): Output<ListEASubscriptionListMigrationDatePostResult>
Copy
def list_ea_subscription_list_migration_date_post(opts: Optional[InvokeOptions] = None) -> ListEASubscriptionListMigrationDatePostResult
def list_ea_subscription_list_migration_date_post_output(opts: Optional[InvokeOptions] = None) -> Output[ListEASubscriptionListMigrationDatePostResult]
Copy
func ListEASubscriptionListMigrationDatePost(ctx *Context, args *ListEASubscriptionListMigrationDatePostArgs, opts ...InvokeOption) (*ListEASubscriptionListMigrationDatePostResult, error)
func ListEASubscriptionListMigrationDatePostOutput(ctx *Context, args *ListEASubscriptionListMigrationDatePostOutputArgs, opts ...InvokeOption) ListEASubscriptionListMigrationDatePostResultOutput
Copy

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

public static class ListEASubscriptionListMigrationDatePost 
{
    public static Task<ListEASubscriptionListMigrationDatePostResult> InvokeAsync(ListEASubscriptionListMigrationDatePostArgs args, InvokeOptions? opts = null)
    public static Output<ListEASubscriptionListMigrationDatePostResult> Invoke(ListEASubscriptionListMigrationDatePostInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListEASubscriptionListMigrationDatePostResult> listEASubscriptionListMigrationDatePost(ListEASubscriptionListMigrationDatePostArgs args, InvokeOptions options)
public static Output<ListEASubscriptionListMigrationDatePostResult> listEASubscriptionListMigrationDatePost(ListEASubscriptionListMigrationDatePostArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:insights:listEASubscriptionListMigrationDatePost
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

listEASubscriptionListMigrationDatePost Result

The following output properties are available:

IsGrandFatherableSubscription bool
Is subscription in the grand fatherable subscription list.
OptedInDate string
Time to start using new pricing model.
IsGrandFatherableSubscription bool
Is subscription in the grand fatherable subscription list.
OptedInDate string
Time to start using new pricing model.
isGrandFatherableSubscription Boolean
Is subscription in the grand fatherable subscription list.
optedInDate String
Time to start using new pricing model.
isGrandFatherableSubscription boolean
Is subscription in the grand fatherable subscription list.
optedInDate string
Time to start using new pricing model.
is_grand_fatherable_subscription bool
Is subscription in the grand fatherable subscription list.
opted_in_date str
Time to start using new pricing model.
isGrandFatherableSubscription Boolean
Is subscription in the grand fatherable subscription list.
optedInDate String
Time to start using new pricing model.

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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi