1. Packages
  2. Azure Native
  3. API Docs
  4. providerhub
  5. getDefaultRollout
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.providerhub.getDefaultRollout

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets the default rollout details. Azure REST API version: 2021-09-01-preview.

    Using getDefaultRollout

    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 getDefaultRollout(args: GetDefaultRolloutArgs, opts?: InvokeOptions): Promise<GetDefaultRolloutResult>
    function getDefaultRolloutOutput(args: GetDefaultRolloutOutputArgs, opts?: InvokeOptions): Output<GetDefaultRolloutResult>
    def get_default_rollout(provider_namespace: Optional[str] = None,
                            rollout_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetDefaultRolloutResult
    def get_default_rollout_output(provider_namespace: Optional[pulumi.Input[str]] = None,
                            rollout_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetDefaultRolloutResult]
    func LookupDefaultRollout(ctx *Context, args *LookupDefaultRolloutArgs, opts ...InvokeOption) (*LookupDefaultRolloutResult, error)
    func LookupDefaultRolloutOutput(ctx *Context, args *LookupDefaultRolloutOutputArgs, opts ...InvokeOption) LookupDefaultRolloutResultOutput

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

    public static class GetDefaultRollout 
    {
        public static Task<GetDefaultRolloutResult> InvokeAsync(GetDefaultRolloutArgs args, InvokeOptions? opts = null)
        public static Output<GetDefaultRolloutResult> Invoke(GetDefaultRolloutInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDefaultRolloutResult> getDefaultRollout(GetDefaultRolloutArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:providerhub:getDefaultRollout
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProviderNamespace string
    The name of the resource provider hosted within ProviderHub.
    RolloutName string
    The rollout name.
    ProviderNamespace string
    The name of the resource provider hosted within ProviderHub.
    RolloutName string
    The rollout name.
    providerNamespace String
    The name of the resource provider hosted within ProviderHub.
    rolloutName String
    The rollout name.
    providerNamespace string
    The name of the resource provider hosted within ProviderHub.
    rolloutName string
    The rollout name.
    provider_namespace str
    The name of the resource provider hosted within ProviderHub.
    rollout_name str
    The rollout name.
    providerNamespace String
    The name of the resource provider hosted within ProviderHub.
    rolloutName String
    The rollout name.

    getDefaultRollout Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.ProviderHub.Outputs.DefaultRolloutResponseProperties
    Properties of the rollout.
    SystemData Pulumi.AzureNative.ProviderHub.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Properties DefaultRolloutResponseProperties
    Properties of the rollout.
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    properties DefaultRolloutResponseProperties
    Properties of the rollout.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    properties DefaultRolloutResponseProperties
    Properties of the rollout.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    properties DefaultRolloutResponseProperties
    Properties of the rollout.
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    properties Property Map
    Properties of the rollout.
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    AuthorizationActionMappingResponse

    Desired string
    Original string
    Desired string
    Original string
    desired String
    original String
    desired string
    original string
    desired String
    original String

    DefaultRolloutPropertiesResponseSpecification

    Canary Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseCanary
    ExpeditedRollout Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseExpeditedRollout
    HighTraffic Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseHighTraffic
    LowTraffic Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseLowTraffic
    MediumTraffic Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseMediumTraffic
    ProviderRegistration Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseProviderRegistration
    ResourceTypeRegistrations List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationResponse>
    RestOfTheWorldGroupOne Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseRestOfTheWorldGroupOne
    RestOfTheWorldGroupTwo Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseRestOfTheWorldGroupTwo

    DefaultRolloutPropertiesResponseStatus

    CompletedRegions List<string>
    FailedOrSkippedRegions Dictionary<string, Pulumi.AzureNative.ProviderHub.Inputs.ExtendedErrorInfoResponse>
    NextTrafficRegion string
    NextTrafficRegionScheduledTime string
    SubscriptionReregistrationResult string

    DefaultRolloutResponseProperties

    provisioningState String
    The provisioned state of the resource.
    specification Property Map
    status Property Map

    DefaultRolloutSpecificationResponseCanary

    Regions List<string>
    SkipRegions List<string>
    Regions []string
    SkipRegions []string
    regions List<String>
    skipRegions List<String>
    regions string[]
    skipRegions string[]
    regions Sequence[str]
    skip_regions Sequence[str]
    regions List<String>
    skipRegions List<String>

    DefaultRolloutSpecificationResponseExpeditedRollout

    Enabled bool
    Indicates whether expedited rollout is enabled/disabled
    Enabled bool
    Indicates whether expedited rollout is enabled/disabled
    enabled Boolean
    Indicates whether expedited rollout is enabled/disabled
    enabled boolean
    Indicates whether expedited rollout is enabled/disabled
    enabled bool
    Indicates whether expedited rollout is enabled/disabled
    enabled Boolean
    Indicates whether expedited rollout is enabled/disabled

    DefaultRolloutSpecificationResponseHighTraffic

    Regions List<string>
    WaitDuration string
    Regions []string
    WaitDuration string
    regions List<String>
    waitDuration String
    regions string[]
    waitDuration string
    regions Sequence[str]
    wait_duration str
    regions List<String>
    waitDuration String

    DefaultRolloutSpecificationResponseLowTraffic

    Regions List<string>
    WaitDuration string
    Regions []string
    WaitDuration string
    regions List<String>
    waitDuration String
    regions string[]
    waitDuration string
    regions Sequence[str]
    wait_duration str
    regions List<String>
    waitDuration String

    DefaultRolloutSpecificationResponseMediumTraffic

    Regions List<string>
    WaitDuration string
    Regions []string
    WaitDuration string
    regions List<String>
    waitDuration String
    regions string[]
    waitDuration string
    regions Sequence[str]
    wait_duration str
    regions List<String>
    waitDuration String

    DefaultRolloutSpecificationResponseProviderRegistration

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    SystemData Pulumi.AzureNative.ProviderHub.Inputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Properties Pulumi.AzureNative.ProviderHub.Inputs.ProviderRegistrationResponseProperties
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Properties ProviderRegistrationResponseProperties
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties ProviderRegistrationResponseProperties
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties ProviderRegistrationResponseProperties
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties ProviderRegistrationResponseProperties
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties Property Map

    DefaultRolloutSpecificationResponseRestOfTheWorldGroupOne

    Regions List<string>
    WaitDuration string
    Regions []string
    WaitDuration string
    regions List<String>
    waitDuration String
    regions string[]
    waitDuration string
    regions Sequence[str]
    wait_duration str
    regions List<String>
    waitDuration String

    DefaultRolloutSpecificationResponseRestOfTheWorldGroupTwo

    Regions List<string>
    WaitDuration string
    Regions []string
    WaitDuration string
    regions List<String>
    waitDuration String
    regions string[]
    waitDuration string
    regions Sequence[str]
    wait_duration str
    regions List<String>
    waitDuration String

    ExtendedErrorInfoResponse

    ExtendedLocationOptionsResponse

    SupportedPolicy string
    Type string
    SupportedPolicy string
    Type string
    supportedPolicy String
    type String
    supportedPolicy string
    type string
    supportedPolicy String
    type String

    LightHouseAuthorizationResponse

    LinkedAccessCheckResponse

    LoggingRuleResponse

    LoggingRuleResponseHiddenPropertyPaths

    OpenApiConfigurationResponse

    OpenApiValidationResponse

    AllowNoncompliantCollectionResponse bool
    Indicates whether a non compliance response is allowed for a LIST call
    AllowNoncompliantCollectionResponse bool
    Indicates whether a non compliance response is allowed for a LIST call
    allowNoncompliantCollectionResponse Boolean
    Indicates whether a non compliance response is allowed for a LIST call
    allowNoncompliantCollectionResponse boolean
    Indicates whether a non compliance response is allowed for a LIST call
    allow_noncompliant_collection_response bool
    Indicates whether a non compliance response is allowed for a LIST call
    allowNoncompliantCollectionResponse Boolean
    Indicates whether a non compliance response is allowed for a LIST call

    ProviderHubMetadataResponseProviderAuthentication

    AllowedAudiences List<string>
    allowedAudiences List<String>
    allowed_audiences Sequence[str]
    allowedAudiences List<String>

    ProviderHubMetadataResponseThirdPartyProviderAuthorization

    ProviderRegistrationPropertiesResponseProviderHubMetadata

    ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications

    ProviderRegistrationResponseProperties

    Capabilities List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderCapabilitiesResponse>
    FeaturesRule Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseFeaturesRule
    Management Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseManagement
    Metadata object
    Namespace string
    ProviderAuthentication Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseProviderAuthentication
    ProviderAuthorizations List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderAuthorizationResponse>
    ProviderHubMetadata Pulumi.AzureNative.ProviderHub.Inputs.ProviderRegistrationPropertiesResponseProviderHubMetadata
    ProviderType string
    ProviderVersion string
    ProvisioningState string
    The provisioned state of the resource.
    RequestHeaderOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    RequiredFeatures List<string>
    SubscriptionLifecycleNotificationSpecifications Pulumi.AzureNative.ProviderHub.Inputs.ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    TemplateDeploymentOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions
    Capabilities []ResourceProviderCapabilitiesResponse
    FeaturesRule ResourceProviderManifestPropertiesResponseFeaturesRule
    Management ResourceProviderManifestPropertiesResponseManagement
    Metadata interface{}
    Namespace string
    ProviderAuthentication ResourceProviderManifestPropertiesResponseProviderAuthentication
    ProviderAuthorizations []ResourceProviderAuthorizationResponse
    ProviderHubMetadata ProviderRegistrationPropertiesResponseProviderHubMetadata
    ProviderType string
    ProviderVersion string
    ProvisioningState string
    The provisioned state of the resource.
    RequestHeaderOptions ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    RequiredFeatures []string
    SubscriptionLifecycleNotificationSpecifications ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    TemplateDeploymentOptions ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions
    capabilities List<ResourceProviderCapabilitiesResponse>
    featuresRule ResourceProviderManifestPropertiesResponseFeaturesRule
    management ResourceProviderManifestPropertiesResponseManagement
    metadata Object
    namespace String
    providerAuthentication ResourceProviderManifestPropertiesResponseProviderAuthentication
    providerAuthorizations List<ResourceProviderAuthorizationResponse>
    providerHubMetadata ProviderRegistrationPropertiesResponseProviderHubMetadata
    providerType String
    providerVersion String
    provisioningState String
    The provisioned state of the resource.
    requestHeaderOptions ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    requiredFeatures List<String>
    subscriptionLifecycleNotificationSpecifications ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    templateDeploymentOptions ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions
    capabilities ResourceProviderCapabilitiesResponse[]
    featuresRule ResourceProviderManifestPropertiesResponseFeaturesRule
    management ResourceProviderManifestPropertiesResponseManagement
    metadata any
    namespace string
    providerAuthentication ResourceProviderManifestPropertiesResponseProviderAuthentication
    providerAuthorizations ResourceProviderAuthorizationResponse[]
    providerHubMetadata ProviderRegistrationPropertiesResponseProviderHubMetadata
    providerType string
    providerVersion string
    provisioningState string
    The provisioned state of the resource.
    requestHeaderOptions ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    requiredFeatures string[]
    subscriptionLifecycleNotificationSpecifications ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    templateDeploymentOptions ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions
    capabilities Sequence[ResourceProviderCapabilitiesResponse]
    features_rule ResourceProviderManifestPropertiesResponseFeaturesRule
    management ResourceProviderManifestPropertiesResponseManagement
    metadata Any
    namespace str
    provider_authentication ResourceProviderManifestPropertiesResponseProviderAuthentication
    provider_authorizations Sequence[ResourceProviderAuthorizationResponse]
    provider_hub_metadata ProviderRegistrationPropertiesResponseProviderHubMetadata
    provider_type str
    provider_version str
    provisioning_state str
    The provisioned state of the resource.
    request_header_options ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    required_features Sequence[str]
    subscription_lifecycle_notification_specifications ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    template_deployment_options ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions

    ResourceConcurrencyControlOptionResponse

    Policy string
    Policy string
    policy String
    policy string
    policy str
    policy String

    ResourceProviderAuthorizationResponse

    ResourceProviderCapabilitiesResponse

    Effect string
    QuotaId string
    RequiredFeatures List<string>
    Effect string
    QuotaId string
    RequiredFeatures []string
    effect String
    quotaId String
    requiredFeatures List<String>
    effect string
    quotaId string
    requiredFeatures string[]
    effect str
    quota_id str
    required_features Sequence[str]
    effect String
    quotaId String
    requiredFeatures List<String>

    ResourceProviderManifestPropertiesResponseFeaturesRule

    ResourceProviderManifestPropertiesResponseManagement

    ResourceProviderManifestPropertiesResponseProviderAuthentication

    AllowedAudiences List<string>
    allowedAudiences List<String>
    allowed_audiences Sequence[str]
    allowedAudiences List<String>

    ResourceProviderManifestPropertiesResponseRequestHeaderOptions

    ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions

    ResourceTypeEndpointResponse

    ResourceTypeEndpointResponseFeaturesRule

    ResourceTypeExtensionOptionsResponseResourceCreationBegin

    Request List<string>
    Response List<string>
    Request []string
    Response []string
    request List<String>
    response List<String>
    request string[]
    response string[]
    request Sequence[str]
    response Sequence[str]
    request List<String>
    response List<String>

    ResourceTypeExtensionResponse

    EndpointUri string
    ExtensionCategories List<string>
    Timeout string
    endpointUri String
    extensionCategories List<String>
    timeout String
    endpointUri String
    extensionCategories List<String>
    timeout String

    ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications

    ResourceTypeRegistrationPropertiesResponseExtensionOptions

    ResourceTypeRegistrationPropertiesResponseFeaturesRule

    ResourceTypeRegistrationPropertiesResponseIdentityManagement

    ApplicationId string
    Type string
    ApplicationId string
    Type string
    applicationId String
    type String
    applicationId string
    type string
    applicationId String
    type String

    ResourceTypeRegistrationPropertiesResponseManagement

    ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions

    ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration

    ApiVersion string
    Enabled bool
    ApiVersion string
    Enabled bool
    apiVersion String
    enabled Boolean
    apiVersion string
    enabled boolean
    apiVersion String
    enabled Boolean

    ResourceTypeRegistrationPropertiesResponseResourceMovePolicy

    ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications

    ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions

    ResourceTypeRegistrationResponse

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    SystemData Pulumi.AzureNative.ProviderHub.Inputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Properties Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationResponseProperties
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Properties ResourceTypeRegistrationResponseProperties
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties ResourceTypeRegistrationResponseProperties
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties ResourceTypeRegistrationResponseProperties
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties ResourceTypeRegistrationResponseProperties
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    properties Property Map

    ResourceTypeRegistrationResponseProperties

    AllowedUnauthorizedActions List<string>
    AuthorizationActionMappings List<Pulumi.AzureNative.ProviderHub.Inputs.AuthorizationActionMappingResponse>
    CheckNameAvailabilitySpecifications Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    DefaultApiVersion string
    DisallowedActionVerbs List<string>
    EnableAsyncOperation bool
    EnableThirdPartyS2S bool
    Endpoints List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeEndpointResponse>
    ExtendedLocations List<Pulumi.AzureNative.ProviderHub.Inputs.ExtendedLocationOptionsResponse>
    ExtensionOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseExtensionOptions
    FeaturesRule Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseFeaturesRule
    IdentityManagement Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseIdentityManagement
    IsPureProxy bool
    LinkedAccessChecks List<Pulumi.AzureNative.ProviderHub.Inputs.LinkedAccessCheckResponse>
    LoggingRules List<Pulumi.AzureNative.ProviderHub.Inputs.LoggingRuleResponse>
    Management Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseManagement
    MarketplaceType string
    OpenApiConfiguration Pulumi.AzureNative.ProviderHub.Inputs.OpenApiConfigurationResponse
    ProvisioningState string
    The provisioned state of the resource.
    Regionality string
    RequestHeaderOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    RequiredFeatures List<string>
    ResourceConcurrencyControlOptions Dictionary<string, Pulumi.AzureNative.ProviderHub.Inputs.ResourceConcurrencyControlOptionResponse>
    ResourceDeletionPolicy string
    ResourceGraphConfiguration Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    ResourceMovePolicy Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    RoutingType string
    ServiceTreeInfos List<Pulumi.AzureNative.ProviderHub.Inputs.ServiceTreeInfoResponse>
    SubscriptionLifecycleNotificationSpecifications Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    SubscriptionStateRules List<Pulumi.AzureNative.ProviderHub.Inputs.SubscriptionStateRuleResponse>
    SwaggerSpecifications List<Pulumi.AzureNative.ProviderHub.Inputs.SwaggerSpecificationResponse>
    TemplateDeploymentOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    ThrottlingRules List<Pulumi.AzureNative.ProviderHub.Inputs.ThrottlingRuleResponse>
    AllowedUnauthorizedActions []string
    AuthorizationActionMappings []AuthorizationActionMappingResponse
    CheckNameAvailabilitySpecifications ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    DefaultApiVersion string
    DisallowedActionVerbs []string
    EnableAsyncOperation bool
    EnableThirdPartyS2S bool
    Endpoints []ResourceTypeEndpointResponse
    ExtendedLocations []ExtendedLocationOptionsResponse
    ExtensionOptions ResourceTypeRegistrationPropertiesResponseExtensionOptions
    FeaturesRule ResourceTypeRegistrationPropertiesResponseFeaturesRule
    IdentityManagement ResourceTypeRegistrationPropertiesResponseIdentityManagement
    IsPureProxy bool
    LinkedAccessChecks []LinkedAccessCheckResponse
    LoggingRules []LoggingRuleResponse
    Management ResourceTypeRegistrationPropertiesResponseManagement
    MarketplaceType string
    OpenApiConfiguration OpenApiConfigurationResponse
    ProvisioningState string
    The provisioned state of the resource.
    Regionality string
    RequestHeaderOptions ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    RequiredFeatures []string
    ResourceConcurrencyControlOptions map[string]ResourceConcurrencyControlOptionResponse
    ResourceDeletionPolicy string
    ResourceGraphConfiguration ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    ResourceMovePolicy ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    RoutingType string
    ServiceTreeInfos []ServiceTreeInfoResponse
    SubscriptionLifecycleNotificationSpecifications ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    SubscriptionStateRules []SubscriptionStateRuleResponse
    SwaggerSpecifications []SwaggerSpecificationResponse
    TemplateDeploymentOptions ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    ThrottlingRules []ThrottlingRuleResponse
    allowedUnauthorizedActions List<String>
    authorizationActionMappings List<AuthorizationActionMappingResponse>
    checkNameAvailabilitySpecifications ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    defaultApiVersion String
    disallowedActionVerbs List<String>
    enableAsyncOperation Boolean
    enableThirdPartyS2S Boolean
    endpoints List<ResourceTypeEndpointResponse>
    extendedLocations List<ExtendedLocationOptionsResponse>
    extensionOptions ResourceTypeRegistrationPropertiesResponseExtensionOptions
    featuresRule ResourceTypeRegistrationPropertiesResponseFeaturesRule
    identityManagement ResourceTypeRegistrationPropertiesResponseIdentityManagement
    isPureProxy Boolean
    linkedAccessChecks List<LinkedAccessCheckResponse>
    loggingRules List<LoggingRuleResponse>
    management ResourceTypeRegistrationPropertiesResponseManagement
    marketplaceType String
    openApiConfiguration OpenApiConfigurationResponse
    provisioningState String
    The provisioned state of the resource.
    regionality String
    requestHeaderOptions ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    requiredFeatures List<String>
    resourceConcurrencyControlOptions Map<String,ResourceConcurrencyControlOptionResponse>
    resourceDeletionPolicy String
    resourceGraphConfiguration ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    resourceMovePolicy ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    routingType String
    serviceTreeInfos List<ServiceTreeInfoResponse>
    subscriptionLifecycleNotificationSpecifications ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    subscriptionStateRules List<SubscriptionStateRuleResponse>
    swaggerSpecifications List<SwaggerSpecificationResponse>
    templateDeploymentOptions ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    throttlingRules List<ThrottlingRuleResponse>
    allowedUnauthorizedActions string[]
    authorizationActionMappings AuthorizationActionMappingResponse[]
    checkNameAvailabilitySpecifications ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    defaultApiVersion string
    disallowedActionVerbs string[]
    enableAsyncOperation boolean
    enableThirdPartyS2S boolean
    endpoints ResourceTypeEndpointResponse[]
    extendedLocations ExtendedLocationOptionsResponse[]
    extensionOptions ResourceTypeRegistrationPropertiesResponseExtensionOptions
    featuresRule ResourceTypeRegistrationPropertiesResponseFeaturesRule
    identityManagement ResourceTypeRegistrationPropertiesResponseIdentityManagement
    isPureProxy boolean
    linkedAccessChecks LinkedAccessCheckResponse[]
    loggingRules LoggingRuleResponse[]
    management ResourceTypeRegistrationPropertiesResponseManagement
    marketplaceType string
    openApiConfiguration OpenApiConfigurationResponse
    provisioningState string
    The provisioned state of the resource.
    regionality string
    requestHeaderOptions ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    requiredFeatures string[]
    resourceConcurrencyControlOptions {[key: string]: ResourceConcurrencyControlOptionResponse}
    resourceDeletionPolicy string
    resourceGraphConfiguration ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    resourceMovePolicy ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    routingType string
    serviceTreeInfos ServiceTreeInfoResponse[]
    subscriptionLifecycleNotificationSpecifications ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    subscriptionStateRules SubscriptionStateRuleResponse[]
    swaggerSpecifications SwaggerSpecificationResponse[]
    templateDeploymentOptions ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    throttlingRules ThrottlingRuleResponse[]
    allowed_unauthorized_actions Sequence[str]
    authorization_action_mappings Sequence[AuthorizationActionMappingResponse]
    check_name_availability_specifications ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    default_api_version str
    disallowed_action_verbs Sequence[str]
    enable_async_operation bool
    enable_third_party_s2_s bool
    endpoints Sequence[ResourceTypeEndpointResponse]
    extended_locations Sequence[ExtendedLocationOptionsResponse]
    extension_options ResourceTypeRegistrationPropertiesResponseExtensionOptions
    features_rule ResourceTypeRegistrationPropertiesResponseFeaturesRule
    identity_management ResourceTypeRegistrationPropertiesResponseIdentityManagement
    is_pure_proxy bool
    linked_access_checks Sequence[LinkedAccessCheckResponse]
    logging_rules Sequence[LoggingRuleResponse]
    management ResourceTypeRegistrationPropertiesResponseManagement
    marketplace_type str
    open_api_configuration OpenApiConfigurationResponse
    provisioning_state str
    The provisioned state of the resource.
    regionality str
    request_header_options ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    required_features Sequence[str]
    resource_concurrency_control_options Mapping[str, ResourceConcurrencyControlOptionResponse]
    resource_deletion_policy str
    resource_graph_configuration ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    resource_move_policy ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    routing_type str
    service_tree_infos Sequence[ServiceTreeInfoResponse]
    subscription_lifecycle_notification_specifications ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    subscription_state_rules Sequence[SubscriptionStateRuleResponse]
    swagger_specifications Sequence[SwaggerSpecificationResponse]
    template_deployment_options ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    throttling_rules Sequence[ThrottlingRuleResponse]
    allowedUnauthorizedActions List<String>
    authorizationActionMappings List<Property Map>
    checkNameAvailabilitySpecifications Property Map
    defaultApiVersion String
    disallowedActionVerbs List<String>
    enableAsyncOperation Boolean
    enableThirdPartyS2S Boolean
    endpoints List<Property Map>
    extendedLocations List<Property Map>
    extensionOptions Property Map
    featuresRule Property Map
    identityManagement Property Map
    isPureProxy Boolean
    linkedAccessChecks List<Property Map>
    loggingRules List<Property Map>
    management Property Map
    marketplaceType String
    openApiConfiguration Property Map
    provisioningState String
    The provisioned state of the resource.
    regionality String
    requestHeaderOptions Property Map
    requiredFeatures List<String>
    resourceConcurrencyControlOptions Map<Property Map>
    resourceDeletionPolicy String
    resourceGraphConfiguration Property Map
    resourceMovePolicy Property Map
    routingType String
    serviceTreeInfos List<Property Map>
    subscriptionLifecycleNotificationSpecifications Property Map
    subscriptionStateRules List<Property Map>
    swaggerSpecifications List<Property Map>
    templateDeploymentOptions Property Map
    throttlingRules List<Property Map>

    ServiceTreeInfoResponse

    ComponentId string
    Readiness string
    ServiceId string
    ComponentId string
    Readiness string
    ServiceId string
    componentId String
    readiness String
    serviceId String
    componentId string
    readiness string
    serviceId string
    componentId String
    readiness String
    serviceId String

    SubscriptionStateOverrideActionResponse

    Action string
    State string
    Action string
    State string
    action String
    state String
    action string
    state string
    action str
    state str
    action String
    state String

    SubscriptionStateRuleResponse

    AllowedActions List<string>
    State string
    AllowedActions []string
    State string
    allowedActions List<String>
    state String
    allowedActions string[]
    state string
    allowed_actions Sequence[str]
    state str
    allowedActions List<String>
    state String

    SwaggerSpecificationResponse

    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.

    ThrottlingMetricResponse

    Limit double
    Type string
    Interval string
    Limit float64
    Type string
    Interval string
    limit Double
    type String
    interval String
    limit number
    type string
    interval string
    limit float
    type str
    interval str
    limit Number
    type String
    interval String

    ThrottlingRuleResponse

    TypedErrorInfoResponse

    Info object
    Type string
    Info interface{}
    Type string
    info Object
    type String
    info any
    type string
    info Any
    type str
    info Any
    type String

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi