1. Packages
  2. Azure Native
  3. API Docs
  4. providerhub
  5. getDefaultRollout
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.providerhub.getDefaultRollout

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Gets the default rollout details.

Uses 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>
Copy
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]
Copy
func LookupDefaultRollout(ctx *Context, args *LookupDefaultRolloutArgs, opts ...InvokeOption) (*LookupDefaultRolloutResult, error)
func LookupDefaultRolloutOutput(ctx *Context, args *LookupDefaultRolloutOutputArgs, opts ...InvokeOption) LookupDefaultRolloutResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetDefaultRolloutResult> getDefaultRollout(GetDefaultRolloutArgs args, InvokeOptions options)
public static Output<GetDefaultRolloutResult> getDefaultRollout(GetDefaultRolloutArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:providerhub:getDefaultRollout
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ProviderNamespace
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource provider hosted within ProviderHub.
RolloutName
This property is required.
Changes to this property will trigger replacement.
string
The rollout name.
ProviderNamespace
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource provider hosted within ProviderHub.
RolloutName
This property is required.
Changes to this property will trigger replacement.
string
The rollout name.
providerNamespace
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource provider hosted within ProviderHub.
rolloutName
This property is required.
Changes to this property will trigger replacement.
String
The rollout name.
providerNamespace
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource provider hosted within ProviderHub.
rolloutName
This property is required.
Changes to this property will trigger replacement.
string
The rollout name.
provider_namespace
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource provider hosted within ProviderHub.
rollout_name
This property is required.
Changes to this property will trigger replacement.
str
The rollout name.
providerNamespace
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource provider hosted within ProviderHub.
rolloutName
This property is required.
Changes to this property will trigger replacement.
String
The rollout name.

getDefaultRollout Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
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"
AzureApiVersion string
The Azure API version of the resource.
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"
azureApiVersion String
The Azure API version of the resource.
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"
azureApiVersion string
The Azure API version of the resource.
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"
azure_api_version str
The Azure API version of the resource.
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"
azureApiVersion String
The Azure API version of the resource.
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 This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
SystemData This property is required. Pulumi.AzureNative.ProviderHub.Inputs.SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Properties Pulumi.AzureNative.ProviderHub.Inputs.ProviderRegistrationResponseProperties
Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
SystemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Properties ProviderRegistrationResponseProperties
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties ProviderRegistrationResponseProperties
id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. string
The name of the resource
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties ProviderRegistrationResponseProperties
id This property is required. str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. str
The name of the resource
system_data This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties ProviderRegistrationResponseProperties
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
systemData This property is required. Property Map
Metadata pertaining to creation and last modification of the resource.
type This property is required. 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

PrincipalId This property is required. string
RoleDefinitionId This property is required. string
PrincipalId This property is required. string
RoleDefinitionId This property is required. string
principalId This property is required. String
roleDefinitionId This property is required. String
principalId This property is required. string
roleDefinitionId This property is required. string
principal_id This property is required. str
role_definition_id This property is required. str
principalId This property is required. String
roleDefinitionId This property is required. String

LinkedAccessCheckResponse

LoggingRuleResponse

Action This property is required. string
DetailLevel This property is required. string
Direction This property is required. string
HiddenPropertyPaths Pulumi.AzureNative.ProviderHub.Inputs.LoggingRuleResponseHiddenPropertyPaths
Action This property is required. string
DetailLevel This property is required. string
Direction This property is required. string
HiddenPropertyPaths LoggingRuleResponseHiddenPropertyPaths
action This property is required. String
detailLevel This property is required. String
direction This property is required. String
hiddenPropertyPaths LoggingRuleResponseHiddenPropertyPaths
action This property is required. string
detailLevel This property is required. string
direction This property is required. string
hiddenPropertyPaths LoggingRuleResponseHiddenPropertyPaths
action This property is required. str
detail_level This property is required. str
direction This property is required. str
hidden_property_paths LoggingRuleResponseHiddenPropertyPaths
action This property is required. String
detailLevel This property is required. String
direction This property is required. String
hiddenPropertyPaths Property Map

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 This property is required. List<string>
AllowedAudiences This property is required. []string
allowedAudiences This property is required. List<String>
allowedAudiences This property is required. string[]
allowed_audiences This property is required. Sequence[str]
allowedAudiences This property is required. 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 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 This property is required. string
QuotaId This property is required. string
RequiredFeatures List<string>
Effect This property is required. string
QuotaId This property is required. string
RequiredFeatures []string
effect This property is required. String
quotaId This property is required. String
requiredFeatures List<String>
effect This property is required. string
quotaId This property is required. string
requiredFeatures string[]
effect This property is required. str
quota_id This property is required. str
required_features Sequence[str]
effect This property is required. String
quotaId This property is required. String
requiredFeatures List<String>

ResourceProviderManifestPropertiesResponseFeaturesRule

RequiredFeaturesPolicy This property is required. string
RequiredFeaturesPolicy This property is required. string
requiredFeaturesPolicy This property is required. String
requiredFeaturesPolicy This property is required. string
required_features_policy This property is required. str
requiredFeaturesPolicy This property is required. String

ResourceProviderManifestPropertiesResponseManagement

ResourceProviderManifestPropertiesResponseProviderAuthentication

AllowedAudiences This property is required. List<string>
AllowedAudiences This property is required. []string
allowedAudiences This property is required. List<String>
allowedAudiences This property is required. string[]
allowed_audiences This property is required. Sequence[str]
allowedAudiences This property is required. List<String>

ResourceProviderManifestPropertiesResponseRequestHeaderOptions

ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions

ResourceTypeEndpointResponse

ResourceTypeEndpointResponseFeaturesRule

RequiredFeaturesPolicy This property is required. string
RequiredFeaturesPolicy This property is required. string
requiredFeaturesPolicy This property is required. String
requiredFeaturesPolicy This property is required. string
required_features_policy This property is required. str
requiredFeaturesPolicy This property is required. String

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

RequiredFeaturesPolicy This property is required. string
RequiredFeaturesPolicy This property is required. string
requiredFeaturesPolicy This property is required. String
requiredFeaturesPolicy This property is required. string
required_features_policy This property is required. str
requiredFeaturesPolicy This property is required. String

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 This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
SystemData This property is required. Pulumi.AzureNative.ProviderHub.Inputs.SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Properties Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationResponseProperties
Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
SystemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Properties ResourceTypeRegistrationResponseProperties
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties ResourceTypeRegistrationResponseProperties
id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. string
The name of the resource
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties ResourceTypeRegistrationResponseProperties
id This property is required. str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. str
The name of the resource
system_data This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties ResourceTypeRegistrationResponseProperties
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
systemData This property is required. Property Map
Metadata pertaining to creation and last modification of the resource.
type This property is required. 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 This property is required. string
State This property is required. string
Action This property is required. string
State This property is required. string
action This property is required. String
state This property is required. String
action This property is required. string
state This property is required. string
action This property is required. str
state This property is required. str
action This property is required. String
state This property is required. 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 This property is required. double
Type This property is required. string
Interval string
Limit This property is required. float64
Type This property is required. string
Interval string
limit This property is required. Double
type This property is required. String
interval String
limit This property is required. number
type This property is required. string
interval string
limit This property is required. float
type This property is required. str
interval str
limit This property is required. Number
type This property is required. String
interval String

ThrottlingRuleResponse

Action This property is required. string
Metrics This property is required. List<Pulumi.AzureNative.ProviderHub.Inputs.ThrottlingMetricResponse>
RequiredFeatures List<string>
Action This property is required. string
Metrics This property is required. []ThrottlingMetricResponse
RequiredFeatures []string
action This property is required. String
metrics This property is required. List<ThrottlingMetricResponse>
requiredFeatures List<String>
action This property is required. string
metrics This property is required. ThrottlingMetricResponse[]
requiredFeatures string[]
action This property is required. str
metrics This property is required. Sequence[ThrottlingMetricResponse]
required_features Sequence[str]
action This property is required. String
metrics This property is required. List<Property Map>
requiredFeatures List<String>

TypedErrorInfoResponse

Info This property is required. object
Type This property is required. string
Info This property is required. interface{}
Type This property is required. string
info This property is required. Object
type This property is required. String
info This property is required. any
type This property is required. string
info This property is required. Any
type This property is required. str
info This property is required. Any
type This property is required. String

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi