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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.providerhub.getDefaultRollout
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 2025 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)
public static Output<GetDefaultRolloutResult> getDefaultRollout(GetDefaultRolloutArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:providerhub:getDefaultRollout
  arguments:
    # arguments dictionaryThe 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.Azure Native. Provider Hub. Outputs. Default Rollout Response Properties 
- Properties of the rollout.
- SystemData Pulumi.Azure Native. Provider Hub. Outputs. System Data Response 
- 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
DefaultRollout Response Properties 
- Properties of the rollout.
- SystemData SystemData Response 
- 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
DefaultRollout Response Properties 
- Properties of the rollout.
- systemData SystemData Response 
- 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
DefaultRollout Response Properties 
- Properties of the rollout.
- systemData SystemData Response 
- 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
DefaultRollout Response Properties 
- Properties of the rollout.
- system_data SystemData Response 
- 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   
DefaultRolloutPropertiesResponseSpecification    
- Canary
Pulumi.Azure Native. Provider Hub. Inputs. Default Rollout Specification Response Canary 
- ExpeditedRollout Pulumi.Azure Native. Provider Hub. Inputs. Default Rollout Specification Response Expedited Rollout 
- HighTraffic Pulumi.Azure Native. Provider Hub. Inputs. Default Rollout Specification Response High Traffic 
- LowTraffic Pulumi.Azure Native. Provider Hub. Inputs. Default Rollout Specification Response Low Traffic 
- MediumTraffic Pulumi.Azure Native. Provider Hub. Inputs. Default Rollout Specification Response Medium Traffic 
- ProviderRegistration Pulumi.Azure Native. Provider Hub. Inputs. Default Rollout Specification Response Provider Registration 
- ResourceType List<Pulumi.Registrations Azure Native. Provider Hub. Inputs. Resource Type Registration Response> 
- RestOf Pulumi.The World Group One Azure Native. Provider Hub. Inputs. Default Rollout Specification Response Rest Of The World Group One 
- RestOf Pulumi.The World Group Two Azure Native. Provider Hub. Inputs. Default Rollout Specification Response Rest Of The World Group Two 
- Canary
DefaultRollout Specification Response Canary 
- ExpeditedRollout DefaultRollout Specification Response Expedited Rollout 
- HighTraffic DefaultRollout Specification Response High Traffic 
- LowTraffic DefaultRollout Specification Response Low Traffic 
- MediumTraffic DefaultRollout Specification Response Medium Traffic 
- ProviderRegistration DefaultRollout Specification Response Provider Registration 
- ResourceType []ResourceRegistrations Type Registration Response 
- RestOf DefaultThe World Group One Rollout Specification Response Rest Of The World Group One 
- RestOf DefaultThe World Group Two Rollout Specification Response Rest Of The World Group Two 
- canary
DefaultRollout Specification Response Canary 
- expeditedRollout DefaultRollout Specification Response Expedited Rollout 
- highTraffic DefaultRollout Specification Response High Traffic 
- lowTraffic DefaultRollout Specification Response Low Traffic 
- mediumTraffic DefaultRollout Specification Response Medium Traffic 
- providerRegistration DefaultRollout Specification Response Provider Registration 
- resourceType List<ResourceRegistrations Type Registration Response> 
- restOf DefaultThe World Group One Rollout Specification Response Rest Of The World Group One 
- restOf DefaultThe World Group Two Rollout Specification Response Rest Of The World Group Two 
- canary
DefaultRollout Specification Response Canary 
- expeditedRollout DefaultRollout Specification Response Expedited Rollout 
- highTraffic DefaultRollout Specification Response High Traffic 
- lowTraffic DefaultRollout Specification Response Low Traffic 
- mediumTraffic DefaultRollout Specification Response Medium Traffic 
- providerRegistration DefaultRollout Specification Response Provider Registration 
- resourceType ResourceRegistrations Type Registration Response[] 
- restOf DefaultThe World Group One Rollout Specification Response Rest Of The World Group One 
- restOf DefaultThe World Group Two Rollout Specification Response Rest Of The World Group Two 
- canary
DefaultRollout Specification Response Canary 
- expedited_rollout DefaultRollout Specification Response Expedited Rollout 
- high_traffic DefaultRollout Specification Response High Traffic 
- low_traffic DefaultRollout Specification Response Low Traffic 
- medium_traffic DefaultRollout Specification Response Medium Traffic 
- provider_registration DefaultRollout Specification Response Provider Registration 
- resource_type_ Sequence[Resourceregistrations Type Registration Response] 
- rest_of_ Defaultthe_ world_ group_ one Rollout Specification Response Rest Of The World Group One 
- rest_of_ Defaultthe_ world_ group_ two Rollout Specification Response Rest Of The World Group Two 
DefaultRolloutPropertiesResponseStatus    
- CompletedRegions List<string>
- FailedOr Dictionary<string, Pulumi.Skipped Regions Azure Native. Provider Hub. Inputs. Extended Error Info Response> 
- NextTraffic stringRegion 
- NextTraffic stringRegion Scheduled Time 
- SubscriptionReregistration stringResult 
- CompletedRegions []string
- FailedOr map[string]ExtendedSkipped Regions Error Info Response 
- NextTraffic stringRegion 
- NextTraffic stringRegion Scheduled Time 
- SubscriptionReregistration stringResult 
- completedRegions List<String>
- failedOr Map<String,ExtendedSkipped Regions Error Info Response> 
- nextTraffic StringRegion 
- nextTraffic StringRegion Scheduled Time 
- subscriptionReregistration StringResult 
- completedRegions string[]
- failedOr {[key: string]: ExtendedSkipped Regions Error Info Response} 
- nextTraffic stringRegion 
- nextTraffic stringRegion Scheduled Time 
- subscriptionReregistration stringResult 
- completed_regions Sequence[str]
- failed_or_ Mapping[str, Extendedskipped_ regions Error Info Response] 
- next_traffic_ strregion 
- next_traffic_ strregion_ scheduled_ time 
- subscription_reregistration_ strresult 
- completedRegions List<String>
- failedOr Map<Property Map>Skipped Regions 
- nextTraffic StringRegion 
- nextTraffic StringRegion Scheduled Time 
- subscriptionReregistration StringResult 
DefaultRolloutResponseProperties   
- ProvisioningState string
- The provisioned state of the resource.
- Specification
DefaultRollout Properties Response Specification 
- Status
DefaultRollout Properties Response Status 
- provisioningState String
- The provisioned state of the resource.
- specification
DefaultRollout Properties Response Specification 
- status
DefaultRollout Properties Response Status 
- provisioningState string
- The provisioned state of the resource.
- specification
DefaultRollout Properties Response Specification 
- status
DefaultRollout Properties Response Status 
- provisioning_state str
- The provisioned state of the resource.
- specification
DefaultRollout Properties Response Specification 
- status
DefaultRollout Properties Response Status 
- 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.Azure Native. Provider Hub. Inputs. System Data Response 
- 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.Azure Native. Provider Hub. Inputs. Provider Registration Response Properties 
- 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 SystemData Response 
- 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
ProviderRegistration Response Properties 
- 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 SystemData Response 
- 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
ProviderRegistration Response Properties 
- 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 SystemData Response 
- 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
ProviderRegistration Response Properties 
- 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 SystemData Response 
- 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
ProviderRegistration Response Properties 
- 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   
- AdditionalInfo []TypedError Info Response 
- Code string
- Details
[]ExtendedError Info Response 
- Message string
- Target string
- additionalInfo TypedError Info Response[] 
- code string
- details
ExtendedError Info Response[] 
- message string
- target string
- additionalInfo List<Property Map>
- code String
- details List<Property Map>
- message String
- target String
ExtendedLocationOptionsResponse   
- SupportedPolicy string
- Type string
- SupportedPolicy string
- Type string
- supportedPolicy String
- type String
- supportedPolicy string
- type string
- supported_policy str
- type str
- supportedPolicy String
- type String
LightHouseAuthorizationResponse   
- PrincipalId string
- RoleDefinition stringId 
- PrincipalId string
- RoleDefinition stringId 
- principalId String
- roleDefinition StringId 
- principalId string
- roleDefinition stringId 
- principal_id str
- role_definition_ strid 
- principalId String
- roleDefinition StringId 
LinkedAccessCheckResponse   
- ActionName string
- LinkedAction string
- LinkedAction stringVerb 
- LinkedProperty string
- LinkedType string
- ActionName string
- LinkedAction string
- LinkedAction stringVerb 
- LinkedProperty string
- LinkedType string
- actionName String
- linkedAction String
- linkedAction StringVerb 
- linkedProperty String
- linkedType String
- actionName string
- linkedAction string
- linkedAction stringVerb 
- linkedProperty string
- linkedType string
- action_name str
- linked_action str
- linked_action_ strverb 
- linked_property str
- linked_type str
- actionName String
- linkedAction String
- linkedAction StringVerb 
- linkedProperty String
- linkedType String
LoggingRuleResponse  
- Action string
- DetailLevel string
- Direction string
- 
LoggingRule Response Hidden Property Paths 
- action String
- detailLevel String
- direction String
- 
LoggingRule Response Hidden Property Paths 
- action string
- detailLevel string
- direction string
- 
LoggingRule Response Hidden Property Paths 
- action String
- detailLevel String
- direction String
- Property Map
LoggingRuleResponseHiddenPropertyPaths     
- List<string>
- List<string>
- []string
- []string
- List<String>
- List<String>
- string[]
- string[]
- Sequence[str]
- Sequence[str]
- List<String>
- List<String>
OpenApiConfigurationResponse   
OpenApiValidationResponse   
- AllowNoncompliant boolCollection Response 
- Indicates whether a non compliance response is allowed for a LIST call
- AllowNoncompliant boolCollection Response 
- Indicates whether a non compliance response is allowed for a LIST call
- allowNoncompliant BooleanCollection Response 
- Indicates whether a non compliance response is allowed for a LIST call
- allowNoncompliant booleanCollection Response 
- Indicates whether a non compliance response is allowed for a LIST call
- allow_noncompliant_ boolcollection_ response 
- Indicates whether a non compliance response is allowed for a LIST call
- allowNoncompliant BooleanCollection Response 
- Indicates whether a non compliance response is allowed for a LIST call
ProviderHubMetadataResponseProviderAuthentication     
- AllowedAudiences List<string>
- AllowedAudiences []string
- allowedAudiences List<String>
- allowedAudiences string[]
- allowed_audiences Sequence[str]
- allowedAudiences List<String>
ProviderHubMetadataResponseThirdPartyProviderAuthorization       
ProviderRegistrationPropertiesResponseProviderHubMetadata      
ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications       
ProviderRegistrationResponseProperties   
- Capabilities
List<Pulumi.Azure Native. Provider Hub. Inputs. Resource Provider Capabilities Response> 
- FeaturesRule Pulumi.Azure Native. Provider Hub. Inputs. Resource Provider Manifest Properties Response Features Rule 
- Management
Pulumi.Azure Native. Provider Hub. Inputs. Resource Provider Manifest Properties Response Management 
- Metadata object
- Namespace string
- ProviderAuthentication Pulumi.Azure Native. Provider Hub. Inputs. Resource Provider Manifest Properties Response Provider Authentication 
- 
List<Pulumi.Azure Native. Provider Hub. Inputs. Resource Provider Authorization Response> 
- ProviderHub Pulumi.Metadata Azure Native. Provider Hub. Inputs. Provider Registration Properties Response Provider Hub Metadata 
- ProviderType string
- ProviderVersion string
- ProvisioningState string
- The provisioned state of the resource.
- RequestHeader Pulumi.Options Azure Native. Provider Hub. Inputs. Resource Provider Manifest Properties Response Request Header Options 
- RequiredFeatures List<string>
- SubscriptionLifecycle Pulumi.Notification Specifications Azure Native. Provider Hub. Inputs. Provider Registration Properties Response Subscription Lifecycle Notification Specifications 
- TemplateDeployment Pulumi.Options Azure Native. Provider Hub. Inputs. Resource Provider Manifest Properties Response Template Deployment Options 
- Capabilities
[]ResourceProvider Capabilities Response 
- FeaturesRule ResourceProvider Manifest Properties Response Features Rule 
- Management
ResourceProvider Manifest Properties Response Management 
- Metadata interface{}
- Namespace string
- ProviderAuthentication ResourceProvider Manifest Properties Response Provider Authentication 
- 
[]ResourceProvider Authorization Response 
- ProviderHub ProviderMetadata Registration Properties Response Provider Hub Metadata 
- ProviderType string
- ProviderVersion string
- ProvisioningState string
- The provisioned state of the resource.
- RequestHeader ResourceOptions Provider Manifest Properties Response Request Header Options 
- RequiredFeatures []string
- SubscriptionLifecycle ProviderNotification Specifications Registration Properties Response Subscription Lifecycle Notification Specifications 
- TemplateDeployment ResourceOptions Provider Manifest Properties Response Template Deployment Options 
- capabilities
List<ResourceProvider Capabilities Response> 
- featuresRule ResourceProvider Manifest Properties Response Features Rule 
- management
ResourceProvider Manifest Properties Response Management 
- metadata Object
- namespace String
- providerAuthentication ResourceProvider Manifest Properties Response Provider Authentication 
- 
List<ResourceProvider Authorization Response> 
- providerHub ProviderMetadata Registration Properties Response Provider Hub Metadata 
- providerType String
- providerVersion String
- provisioningState String
- The provisioned state of the resource.
- requestHeader ResourceOptions Provider Manifest Properties Response Request Header Options 
- requiredFeatures List<String>
- subscriptionLifecycle ProviderNotification Specifications Registration Properties Response Subscription Lifecycle Notification Specifications 
- templateDeployment ResourceOptions Provider Manifest Properties Response Template Deployment Options 
- capabilities
ResourceProvider Capabilities Response[] 
- featuresRule ResourceProvider Manifest Properties Response Features Rule 
- management
ResourceProvider Manifest Properties Response Management 
- metadata any
- namespace string
- providerAuthentication ResourceProvider Manifest Properties Response Provider Authentication 
- 
ResourceProvider Authorization Response[] 
- providerHub ProviderMetadata Registration Properties Response Provider Hub Metadata 
- providerType string
- providerVersion string
- provisioningState string
- The provisioned state of the resource.
- requestHeader ResourceOptions Provider Manifest Properties Response Request Header Options 
- requiredFeatures string[]
- subscriptionLifecycle ProviderNotification Specifications Registration Properties Response Subscription Lifecycle Notification Specifications 
- templateDeployment ResourceOptions Provider Manifest Properties Response Template Deployment Options 
- capabilities
Sequence[ResourceProvider Capabilities Response] 
- features_rule ResourceProvider Manifest Properties Response Features Rule 
- management
ResourceProvider Manifest Properties Response Management 
- metadata Any
- namespace str
- provider_authentication ResourceProvider Manifest Properties Response Provider Authentication 
- 
Sequence[ResourceProvider Authorization Response] 
- provider_hub_ Providermetadata Registration Properties Response Provider Hub Metadata 
- provider_type str
- provider_version str
- provisioning_state str
- The provisioned state of the resource.
- request_header_ Resourceoptions Provider Manifest Properties Response Request Header Options 
- required_features Sequence[str]
- subscription_lifecycle_ Providernotification_ specifications Registration Properties Response Subscription Lifecycle Notification Specifications 
- template_deployment_ Resourceoptions Provider Manifest Properties Response Template Deployment Options 
- capabilities List<Property Map>
- featuresRule Property Map
- management Property Map
- metadata Any
- namespace String
- providerAuthentication Property Map
- List<Property Map>
- providerHub Property MapMetadata 
- providerType String
- providerVersion String
- provisioningState String
- The provisioned state of the resource.
- requestHeader Property MapOptions 
- requiredFeatures List<String>
- subscriptionLifecycle Property MapNotification Specifications 
- templateDeployment Property MapOptions 
ResourceConcurrencyControlOptionResponse    
- Policy string
- Policy string
- policy String
- policy string
- policy str
- policy String
ResourceProviderAuthorizationResponse   
- ApplicationId string
- ManagedBy stringRole Definition Id 
- RoleDefinition stringId 
- ApplicationId string
- ManagedBy stringRole Definition Id 
- RoleDefinition stringId 
- applicationId String
- managedBy StringRole Definition Id 
- roleDefinition StringId 
- applicationId string
- managedBy stringRole Definition Id 
- roleDefinition stringId 
- applicationId String
- managedBy StringRole Definition Id 
- roleDefinition StringId 
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      
- RequiredFeatures stringPolicy 
- RequiredFeatures stringPolicy 
- requiredFeatures StringPolicy 
- requiredFeatures stringPolicy 
- requiredFeatures StringPolicy 
ResourceProviderManifestPropertiesResponseManagement     
- IncidentContact stringEmail 
- IncidentRouting stringService 
- IncidentRouting stringTeam 
- ManifestOwners List<string>
- ResourceAccess stringPolicy 
- ResourceAccess List<object>Roles 
- SchemaOwners List<string>
- ServiceTree List<Pulumi.Infos Azure Native. Provider Hub. Inputs. Service Tree Info Response> 
- IncidentContact stringEmail 
- IncidentRouting stringService 
- IncidentRouting stringTeam 
- ManifestOwners []string
- ResourceAccess stringPolicy 
- ResourceAccess []interface{}Roles 
- SchemaOwners []string
- ServiceTree []ServiceInfos Tree Info Response 
- incidentContact StringEmail 
- incidentRouting StringService 
- incidentRouting StringTeam 
- manifestOwners List<String>
- resourceAccess StringPolicy 
- resourceAccess List<Object>Roles 
- schemaOwners List<String>
- serviceTree List<ServiceInfos Tree Info Response> 
- incidentContact stringEmail 
- incidentRouting stringService 
- incidentRouting stringTeam 
- manifestOwners string[]
- resourceAccess stringPolicy 
- resourceAccess any[]Roles 
- schemaOwners string[]
- serviceTree ServiceInfos Tree Info Response[] 
- incident_contact_ stremail 
- incident_routing_ strservice 
- incident_routing_ strteam 
- manifest_owners Sequence[str]
- resource_access_ strpolicy 
- resource_access_ Sequence[Any]roles 
- schema_owners Sequence[str]
- service_tree_ Sequence[Serviceinfos Tree Info Response] 
- incidentContact StringEmail 
- incidentRouting StringService 
- incidentRouting StringTeam 
- manifestOwners List<String>
- resourceAccess StringPolicy 
- resourceAccess List<Any>Roles 
- schemaOwners List<String>
- serviceTree List<Property Map>Infos 
ResourceProviderManifestPropertiesResponseProviderAuthentication      
- AllowedAudiences List<string>
- AllowedAudiences []string
- allowedAudiences List<String>
- allowedAudiences string[]
- allowed_audiences Sequence[str]
- allowedAudiences List<String>
ResourceProviderManifestPropertiesResponseRequestHeaderOptions       
- OptIn stringHeaders 
- OptIn stringHeaders 
- optIn StringHeaders 
- optIn stringHeaders 
- opt_in_ strheaders 
- optIn StringHeaders 
ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions       
- PreflightOptions List<string>
- PreflightSupported bool
- PreflightOptions []string
- PreflightSupported bool
- preflightOptions List<String>
- preflightSupported Boolean
- preflightOptions string[]
- preflightSupported boolean
- preflight_options Sequence[str]
- preflight_supported bool
- preflightOptions List<String>
- preflightSupported Boolean
ResourceTypeEndpointResponse   
- ApiVersions List<string>
- Enabled bool
- EndpointType string
- Extensions
List<Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Extension Response> 
- FeaturesRule Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Endpoint Response Features Rule 
- Locations List<string>
- RequiredFeatures List<string>
- Timeout string
- ApiVersions []string
- Enabled bool
- EndpointType string
- Extensions
[]ResourceType Extension Response 
- FeaturesRule ResourceType Endpoint Response Features Rule 
- Locations []string
- RequiredFeatures []string
- Timeout string
- apiVersions List<String>
- enabled Boolean
- endpointType String
- extensions
List<ResourceType Extension Response> 
- featuresRule ResourceType Endpoint Response Features Rule 
- locations List<String>
- requiredFeatures List<String>
- timeout String
- apiVersions string[]
- enabled boolean
- endpointType string
- extensions
ResourceType Extension Response[] 
- featuresRule ResourceType Endpoint Response Features Rule 
- locations string[]
- requiredFeatures string[]
- timeout string
- api_versions Sequence[str]
- enabled bool
- endpoint_type str
- extensions
Sequence[ResourceType Extension Response] 
- features_rule ResourceType Endpoint Response Features Rule 
- locations Sequence[str]
- required_features Sequence[str]
- timeout str
- apiVersions List<String>
- enabled Boolean
- endpointType String
- extensions List<Property Map>
- featuresRule Property Map
- locations List<String>
- requiredFeatures List<String>
- timeout String
ResourceTypeEndpointResponseFeaturesRule     
- RequiredFeatures stringPolicy 
- RequiredFeatures stringPolicy 
- requiredFeatures StringPolicy 
- requiredFeatures stringPolicy 
- requiredFeatures StringPolicy 
ResourceTypeExtensionOptionsResponseResourceCreationBegin       
ResourceTypeExtensionResponse   
- EndpointUri string
- ExtensionCategories List<string>
- Timeout string
- EndpointUri string
- ExtensionCategories []string
- Timeout string
- endpointUri String
- extensionCategories List<String>
- timeout String
- endpointUri string
- extensionCategories string[]
- timeout string
- endpoint_uri str
- extension_categories Sequence[str]
- timeout str
- endpointUri String
- extensionCategories List<String>
- timeout String
ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications        
- EnableDefault boolValidation 
- ResourceTypes List<string>With Custom Validation 
- EnableDefault boolValidation 
- ResourceTypes []stringWith Custom Validation 
- enableDefault BooleanValidation 
- resourceTypes List<String>With Custom Validation 
- enableDefault booleanValidation 
- resourceTypes string[]With Custom Validation 
- enable_default_ boolvalidation 
- resource_types_ Sequence[str]with_ custom_ validation 
- enableDefault BooleanValidation 
- resourceTypes List<String>With Custom Validation 
ResourceTypeRegistrationPropertiesResponseExtensionOptions      
ResourceTypeRegistrationPropertiesResponseFeaturesRule      
- RequiredFeatures stringPolicy 
- RequiredFeatures stringPolicy 
- requiredFeatures StringPolicy 
- requiredFeatures stringPolicy 
- requiredFeatures StringPolicy 
ResourceTypeRegistrationPropertiesResponseIdentityManagement      
- ApplicationId string
- Type string
- ApplicationId string
- Type string
- applicationId String
- type String
- applicationId string
- type string
- application_id str
- type str
- applicationId String
- type String
ResourceTypeRegistrationPropertiesResponseManagement     
- IncidentContact stringEmail 
- IncidentRouting stringService 
- IncidentRouting stringTeam 
- ManifestOwners List<string>
- ResourceAccess stringPolicy 
- ResourceAccess List<object>Roles 
- SchemaOwners List<string>
- ServiceTree List<Pulumi.Infos Azure Native. Provider Hub. Inputs. Service Tree Info Response> 
- IncidentContact stringEmail 
- IncidentRouting stringService 
- IncidentRouting stringTeam 
- ManifestOwners []string
- ResourceAccess stringPolicy 
- ResourceAccess []interface{}Roles 
- SchemaOwners []string
- ServiceTree []ServiceInfos Tree Info Response 
- incidentContact StringEmail 
- incidentRouting StringService 
- incidentRouting StringTeam 
- manifestOwners List<String>
- resourceAccess StringPolicy 
- resourceAccess List<Object>Roles 
- schemaOwners List<String>
- serviceTree List<ServiceInfos Tree Info Response> 
- incidentContact stringEmail 
- incidentRouting stringService 
- incidentRouting stringTeam 
- manifestOwners string[]
- resourceAccess stringPolicy 
- resourceAccess any[]Roles 
- schemaOwners string[]
- serviceTree ServiceInfos Tree Info Response[] 
- incident_contact_ stremail 
- incident_routing_ strservice 
- incident_routing_ strteam 
- manifest_owners Sequence[str]
- resource_access_ strpolicy 
- resource_access_ Sequence[Any]roles 
- schema_owners Sequence[str]
- service_tree_ Sequence[Serviceinfos Tree Info Response] 
- incidentContact StringEmail 
- incidentRouting StringService 
- incidentRouting StringTeam 
- manifestOwners List<String>
- resourceAccess StringPolicy 
- resourceAccess List<Any>Roles 
- schemaOwners List<String>
- serviceTree List<Property Map>Infos 
ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions       
- OptIn stringHeaders 
- OptIn stringHeaders 
- optIn StringHeaders 
- optIn stringHeaders 
- opt_in_ strheaders 
- optIn StringHeaders 
ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration       
- ApiVersion string
- Enabled bool
- ApiVersion string
- Enabled bool
- apiVersion String
- enabled Boolean
- apiVersion string
- enabled boolean
- api_version str
- enabled bool
- apiVersion String
- enabled Boolean
ResourceTypeRegistrationPropertiesResponseResourceMovePolicy       
- crossResource BooleanGroup Move Enabled 
- crossSubscription BooleanMove Enabled 
- validationRequired Boolean
- crossResource booleanGroup Move Enabled 
- crossSubscription booleanMove Enabled 
- validationRequired boolean
- crossResource BooleanGroup Move Enabled 
- crossSubscription BooleanMove Enabled 
- validationRequired Boolean
ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications        
ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions       
- PreflightOptions List<string>
- PreflightSupported bool
- PreflightOptions []string
- PreflightSupported bool
- preflightOptions List<String>
- preflightSupported Boolean
- preflightOptions string[]
- preflightSupported boolean
- preflight_options Sequence[str]
- preflight_supported bool
- preflightOptions List<String>
- preflightSupported Boolean
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.Azure Native. Provider Hub. Inputs. System Data Response 
- 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.Azure Native. Provider Hub. Inputs. Resource Type Registration Response Properties 
- 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 SystemData Response 
- 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
ResourceType Registration Response Properties 
- 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 SystemData Response 
- 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
ResourceType Registration Response Properties 
- 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 SystemData Response 
- 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
ResourceType Registration Response Properties 
- 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 SystemData Response 
- 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
ResourceType Registration Response Properties 
- 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    
- List<string>
- 
List<Pulumi.Azure Native. Provider Hub. Inputs. Authorization Action Mapping Response> 
- CheckName Pulumi.Availability Specifications Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Check Name Availability Specifications 
- DefaultApi stringVersion 
- DisallowedAction List<string>Verbs 
- EnableAsync boolOperation 
- EnableThird boolParty S2S 
- Endpoints
List<Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Endpoint Response> 
- ExtendedLocations List<Pulumi.Azure Native. Provider Hub. Inputs. Extended Location Options Response> 
- ExtensionOptions Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Extension Options 
- FeaturesRule Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Features Rule 
- IdentityManagement Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Identity Management 
- IsPure boolProxy 
- LinkedAccess List<Pulumi.Checks Azure Native. Provider Hub. Inputs. Linked Access Check Response> 
- LoggingRules List<Pulumi.Azure Native. Provider Hub. Inputs. Logging Rule Response> 
- Management
Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Management 
- MarketplaceType string
- OpenApi Pulumi.Configuration Azure Native. Provider Hub. Inputs. Open Api Configuration Response 
- ProvisioningState string
- The provisioned state of the resource.
- Regionality string
- RequestHeader Pulumi.Options Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Request Header Options 
- RequiredFeatures List<string>
- ResourceConcurrency Dictionary<string, Pulumi.Control Options Azure Native. Provider Hub. Inputs. Resource Concurrency Control Option Response> 
- ResourceDeletion stringPolicy 
- ResourceGraph Pulumi.Configuration Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Resource Graph Configuration 
- ResourceMove Pulumi.Policy Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Resource Move Policy 
- RoutingType string
- ServiceTree List<Pulumi.Infos Azure Native. Provider Hub. Inputs. Service Tree Info Response> 
- SubscriptionLifecycle Pulumi.Notification Specifications Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Subscription Lifecycle Notification Specifications 
- SubscriptionState List<Pulumi.Rules Azure Native. Provider Hub. Inputs. Subscription State Rule Response> 
- SwaggerSpecifications List<Pulumi.Azure Native. Provider Hub. Inputs. Swagger Specification Response> 
- TemplateDeployment Pulumi.Options Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Template Deployment Options 
- ThrottlingRules List<Pulumi.Azure Native. Provider Hub. Inputs. Throttling Rule Response> 
- []string
- 
[]AuthorizationAction Mapping Response 
- CheckName ResourceAvailability Specifications Type Registration Properties Response Check Name Availability Specifications 
- DefaultApi stringVersion 
- DisallowedAction []stringVerbs 
- EnableAsync boolOperation 
- EnableThird boolParty S2S 
- Endpoints
[]ResourceType Endpoint Response 
- ExtendedLocations []ExtendedLocation Options Response 
- ExtensionOptions ResourceType Registration Properties Response Extension Options 
- FeaturesRule ResourceType Registration Properties Response Features Rule 
- IdentityManagement ResourceType Registration Properties Response Identity Management 
- IsPure boolProxy 
- LinkedAccess []LinkedChecks Access Check Response 
- LoggingRules []LoggingRule Response 
- Management
ResourceType Registration Properties Response Management 
- MarketplaceType string
- OpenApi OpenConfiguration Api Configuration Response 
- ProvisioningState string
- The provisioned state of the resource.
- Regionality string
- RequestHeader ResourceOptions Type Registration Properties Response Request Header Options 
- RequiredFeatures []string
- ResourceConcurrency map[string]ResourceControl Options Concurrency Control Option Response 
- ResourceDeletion stringPolicy 
- ResourceGraph ResourceConfiguration Type Registration Properties Response Resource Graph Configuration 
- ResourceMove ResourcePolicy Type Registration Properties Response Resource Move Policy 
- RoutingType string
- ServiceTree []ServiceInfos Tree Info Response 
- SubscriptionLifecycle ResourceNotification Specifications Type Registration Properties Response Subscription Lifecycle Notification Specifications 
- SubscriptionState []SubscriptionRules State Rule Response 
- SwaggerSpecifications []SwaggerSpecification Response 
- TemplateDeployment ResourceOptions Type Registration Properties Response Template Deployment Options 
- ThrottlingRules []ThrottlingRule Response 
- List<String>
- 
List<AuthorizationAction Mapping Response> 
- checkName ResourceAvailability Specifications Type Registration Properties Response Check Name Availability Specifications 
- defaultApi StringVersion 
- disallowedAction List<String>Verbs 
- enableAsync BooleanOperation 
- enableThird BooleanParty S2S 
- endpoints
List<ResourceType Endpoint Response> 
- extendedLocations List<ExtendedLocation Options Response> 
- extensionOptions ResourceType Registration Properties Response Extension Options 
- featuresRule ResourceType Registration Properties Response Features Rule 
- identityManagement ResourceType Registration Properties Response Identity Management 
- isPure BooleanProxy 
- linkedAccess List<LinkedChecks Access Check Response> 
- loggingRules List<LoggingRule Response> 
- management
ResourceType Registration Properties Response Management 
- marketplaceType String
- openApi OpenConfiguration Api Configuration Response 
- provisioningState String
- The provisioned state of the resource.
- regionality String
- requestHeader ResourceOptions Type Registration Properties Response Request Header Options 
- requiredFeatures List<String>
- resourceConcurrency Map<String,ResourceControl Options Concurrency Control Option Response> 
- resourceDeletion StringPolicy 
- resourceGraph ResourceConfiguration Type Registration Properties Response Resource Graph Configuration 
- resourceMove ResourcePolicy Type Registration Properties Response Resource Move Policy 
- routingType String
- serviceTree List<ServiceInfos Tree Info Response> 
- subscriptionLifecycle ResourceNotification Specifications Type Registration Properties Response Subscription Lifecycle Notification Specifications 
- subscriptionState List<SubscriptionRules State Rule Response> 
- swaggerSpecifications List<SwaggerSpecification Response> 
- templateDeployment ResourceOptions Type Registration Properties Response Template Deployment Options 
- throttlingRules List<ThrottlingRule Response> 
- string[]
- 
AuthorizationAction Mapping Response[] 
- checkName ResourceAvailability Specifications Type Registration Properties Response Check Name Availability Specifications 
- defaultApi stringVersion 
- disallowedAction string[]Verbs 
- enableAsync booleanOperation 
- enableThird booleanParty S2S 
- endpoints
ResourceType Endpoint Response[] 
- extendedLocations ExtendedLocation Options Response[] 
- extensionOptions ResourceType Registration Properties Response Extension Options 
- featuresRule ResourceType Registration Properties Response Features Rule 
- identityManagement ResourceType Registration Properties Response Identity Management 
- isPure booleanProxy 
- linkedAccess LinkedChecks Access Check Response[] 
- loggingRules LoggingRule Response[] 
- management
ResourceType Registration Properties Response Management 
- marketplaceType string
- openApi OpenConfiguration Api Configuration Response 
- provisioningState string
- The provisioned state of the resource.
- regionality string
- requestHeader ResourceOptions Type Registration Properties Response Request Header Options 
- requiredFeatures string[]
- resourceConcurrency {[key: string]: ResourceControl Options Concurrency Control Option Response} 
- resourceDeletion stringPolicy 
- resourceGraph ResourceConfiguration Type Registration Properties Response Resource Graph Configuration 
- resourceMove ResourcePolicy Type Registration Properties Response Resource Move Policy 
- routingType string
- serviceTree ServiceInfos Tree Info Response[] 
- subscriptionLifecycle ResourceNotification Specifications Type Registration Properties Response Subscription Lifecycle Notification Specifications 
- subscriptionState SubscriptionRules State Rule Response[] 
- swaggerSpecifications SwaggerSpecification Response[] 
- templateDeployment ResourceOptions Type Registration Properties Response Template Deployment Options 
- throttlingRules ThrottlingRule Response[] 
- Sequence[str]
- 
Sequence[AuthorizationAction Mapping Response] 
- check_name_ Resourceavailability_ specifications Type Registration Properties Response Check Name Availability Specifications 
- default_api_ strversion 
- disallowed_action_ Sequence[str]verbs 
- enable_async_ booloperation 
- enable_third_ boolparty_ s2_ s 
- endpoints
Sequence[ResourceType Endpoint Response] 
- extended_locations Sequence[ExtendedLocation Options Response] 
- extension_options ResourceType Registration Properties Response Extension Options 
- features_rule ResourceType Registration Properties Response Features Rule 
- identity_management ResourceType Registration Properties Response Identity Management 
- is_pure_ boolproxy 
- linked_access_ Sequence[Linkedchecks Access Check Response] 
- logging_rules Sequence[LoggingRule Response] 
- management
ResourceType Registration Properties Response Management 
- marketplace_type str
- open_api_ Openconfiguration Api Configuration Response 
- provisioning_state str
- The provisioned state of the resource.
- regionality str
- request_header_ Resourceoptions Type Registration Properties Response Request Header Options 
- required_features Sequence[str]
- resource_concurrency_ Mapping[str, Resourcecontrol_ options Concurrency Control Option Response] 
- resource_deletion_ strpolicy 
- resource_graph_ Resourceconfiguration Type Registration Properties Response Resource Graph Configuration 
- resource_move_ Resourcepolicy Type Registration Properties Response Resource Move Policy 
- routing_type str
- service_tree_ Sequence[Serviceinfos Tree Info Response] 
- subscription_lifecycle_ Resourcenotification_ specifications Type Registration Properties Response Subscription Lifecycle Notification Specifications 
- subscription_state_ Sequence[Subscriptionrules State Rule Response] 
- swagger_specifications Sequence[SwaggerSpecification Response] 
- template_deployment_ Resourceoptions Type Registration Properties Response Template Deployment Options 
- throttling_rules Sequence[ThrottlingRule Response] 
- List<String>
- List<Property Map>
- checkName Property MapAvailability Specifications 
- defaultApi StringVersion 
- disallowedAction List<String>Verbs 
- enableAsync BooleanOperation 
- enableThird BooleanParty S2S 
- endpoints List<Property Map>
- extendedLocations List<Property Map>
- extensionOptions Property Map
- featuresRule Property Map
- identityManagement Property Map
- isPure BooleanProxy 
- linkedAccess List<Property Map>Checks 
- loggingRules List<Property Map>
- management Property Map
- marketplaceType String
- openApi Property MapConfiguration 
- provisioningState String
- The provisioned state of the resource.
- regionality String
- requestHeader Property MapOptions 
- requiredFeatures List<String>
- resourceConcurrency Map<Property Map>Control Options 
- resourceDeletion StringPolicy 
- resourceGraph Property MapConfiguration 
- resourceMove Property MapPolicy 
- routingType String
- serviceTree List<Property Map>Infos 
- subscriptionLifecycle Property MapNotification Specifications 
- subscriptionState List<Property Map>Rules 
- swaggerSpecifications List<Property Map>
- templateDeployment Property MapOptions 
- 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
- component_id str
- readiness str
- service_id str
- componentId String
- readiness String
- serviceId String
SubscriptionStateOverrideActionResponse    
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  
- ApiVersions List<string>
- SwaggerSpec stringFolder Uri 
- ApiVersions []string
- SwaggerSpec stringFolder Uri 
- apiVersions List<String>
- swaggerSpec StringFolder Uri 
- apiVersions string[]
- swaggerSpec stringFolder Uri 
- api_versions Sequence[str]
- swagger_spec_ strfolder_ uri 
- apiVersions List<String>
- swaggerSpec StringFolder Uri 
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
ThrottlingMetricResponse  
ThrottlingRuleResponse  
- Action string
- Metrics
[]ThrottlingMetric Response 
- RequiredFeatures []string
- action String
- metrics
List<ThrottlingMetric Response> 
- requiredFeatures List<String>
- action string
- metrics
ThrottlingMetric Response[] 
- requiredFeatures string[]
- action str
- metrics
Sequence[ThrottlingMetric Response] 
- required_features Sequence[str]
- action String
- metrics List<Property Map>
- requiredFeatures List<String>
TypedErrorInfoResponse   
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi