azure-native-v2.cdn.Profile
Explore with Pulumi AI
A profile is a logical grouping of endpoints that share the same settings. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2020-09-01.
Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-09-01.
Create Profile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Profile(name: string, args: ProfileArgs, opts?: CustomResourceOptions);
@overload
def Profile(resource_name: str,
args: ProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Profile(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
sku: Optional[SkuArgs] = None,
identity: Optional[ManagedServiceIdentityArgs] = None,
location: Optional[str] = None,
origin_response_timeout_seconds: Optional[int] = None,
profile_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewProfile(ctx *Context, name string, args ProfileArgs, opts ...ResourceOption) (*Profile, error)
public Profile(string name, ProfileArgs args, CustomResourceOptions? opts = null)
public Profile(String name, ProfileArgs args)
public Profile(String name, ProfileArgs args, CustomResourceOptions options)
type: azure-native:cdn:Profile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProfileArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ProfileArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProfileArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProfileArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ProfileArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var profileResource = new AzureNative.Cdn.Profile("profileResource", new()
{
ResourceGroupName = "string",
Sku =
{
{ "name", "string" },
},
Identity =
{
{ "type", "string" },
{ "userAssignedIdentities", new[]
{
"string",
} },
},
Location = "string",
OriginResponseTimeoutSeconds = 0,
ProfileName = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := cdn.NewProfile(ctx, "profileResource", &cdn.ProfileArgs{
ResourceGroupName: "string",
Sku: map[string]interface{}{
"name": "string",
},
Identity: map[string]interface{}{
"type": "string",
"userAssignedIdentities": []string{
"string",
},
},
Location: "string",
OriginResponseTimeoutSeconds: 0,
ProfileName: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var profileResource = new Profile("profileResource", ProfileArgs.builder()
.resourceGroupName("string")
.sku(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.identity(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.location("string")
.originResponseTimeoutSeconds(0)
.profileName("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
profile_resource = azure_native.cdn.Profile("profileResource",
resource_group_name=string,
sku={
name: string,
},
identity={
type: string,
userAssignedIdentities: [string],
},
location=string,
origin_response_timeout_seconds=0,
profile_name=string,
tags={
string: string,
})
const profileResource = new azure_native.cdn.Profile("profileResource", {
resourceGroupName: "string",
sku: {
name: "string",
},
identity: {
type: "string",
userAssignedIdentities: ["string"],
},
location: "string",
originResponseTimeoutSeconds: 0,
profileName: "string",
tags: {
string: "string",
},
});
type: azure-native:cdn:Profile
properties:
identity:
type: string
userAssignedIdentities:
- string
location: string
originResponseTimeoutSeconds: 0
profileName: string
resourceGroupName: string
sku:
name: string
tags:
string: string
Profile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Profile resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- Sku
This property is required. Pulumi.Azure Native. Cdn. Inputs. Sku - The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.
- Identity
Pulumi.
Azure Native. Cdn. Inputs. Managed Service Identity - Managed service identity (system assigned and/or user assigned identities).
- Location
Changes to this property will trigger replacement.
- Resource location.
- Origin
Response intTimeout Seconds - Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
- Profile
Name Changes to this property will trigger replacement.
- Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
- Dictionary<string, string>
- Resource tags.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- Sku
This property is required. SkuArgs - The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.
- Identity
Managed
Service Identity Args - Managed service identity (system assigned and/or user assigned identities).
- Location
Changes to this property will trigger replacement.
- Resource location.
- Origin
Response intTimeout Seconds - Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
- Profile
Name Changes to this property will trigger replacement.
- Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
- map[string]string
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- sku
This property is required. Sku - The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.
- identity
Managed
Service Identity - Managed service identity (system assigned and/or user assigned identities).
- location
Changes to this property will trigger replacement.
- Resource location.
- origin
Response IntegerTimeout Seconds - Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
- profile
Name Changes to this property will trigger replacement.
- Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
- Map<String,String>
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- sku
This property is required. Sku - The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.
- identity
Managed
Service Identity - Managed service identity (system assigned and/or user assigned identities).
- location
Changes to this property will trigger replacement.
- Resource location.
- origin
Response numberTimeout Seconds - Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
- profile
Name Changes to this property will trigger replacement.
- Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
- {[key: string]: string}
- Resource tags.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- sku
This property is required. SkuArgs - The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.
- identity
Managed
Service Identity Args - Managed service identity (system assigned and/or user assigned identities).
- location
Changes to this property will trigger replacement.
- Resource location.
- origin_
response_ inttimeout_ seconds - Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
- profile_
name Changes to this property will trigger replacement.
- Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
- Mapping[str, str]
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- sku
This property is required. Property Map - The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.
- identity Property Map
- Managed service identity (system assigned and/or user assigned identities).
- location
Changes to this property will trigger replacement.
- Resource location.
- origin
Response NumberTimeout Seconds - Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
- profile
Name Changes to this property will trigger replacement.
- Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the Profile resource produces the following output properties:
- Extended
Properties Dictionary<string, string> - Key-Value pair representing additional properties for profiles.
- Front
Door stringId - The Id of the frontdoor.
- Id string
- The provider-assigned unique ID for this managed resource.
- Kind string
- Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.
- Name string
- Resource name.
- Provisioning
State string - Provisioning status of the profile.
- Resource
State string - Resource status of the profile.
- System
Data Pulumi.Azure Native. Cdn. Outputs. System Data Response - Read only system data
- Type string
- Resource type.
- Extended
Properties map[string]string - Key-Value pair representing additional properties for profiles.
- Front
Door stringId - The Id of the frontdoor.
- Id string
- The provider-assigned unique ID for this managed resource.
- Kind string
- Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.
- Name string
- Resource name.
- Provisioning
State string - Provisioning status of the profile.
- Resource
State string - Resource status of the profile.
- System
Data SystemData Response - Read only system data
- Type string
- Resource type.
- extended
Properties Map<String,String> - Key-Value pair representing additional properties for profiles.
- front
Door StringId - The Id of the frontdoor.
- id String
- The provider-assigned unique ID for this managed resource.
- kind String
- Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.
- name String
- Resource name.
- provisioning
State String - Provisioning status of the profile.
- resource
State String - Resource status of the profile.
- system
Data SystemData Response - Read only system data
- type String
- Resource type.
- extended
Properties {[key: string]: string} - Key-Value pair representing additional properties for profiles.
- front
Door stringId - The Id of the frontdoor.
- id string
- The provider-assigned unique ID for this managed resource.
- kind string
- Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.
- name string
- Resource name.
- provisioning
State string - Provisioning status of the profile.
- resource
State string - Resource status of the profile.
- system
Data SystemData Response - Read only system data
- type string
- Resource type.
- extended_
properties Mapping[str, str] - Key-Value pair representing additional properties for profiles.
- front_
door_ strid - The Id of the frontdoor.
- id str
- The provider-assigned unique ID for this managed resource.
- kind str
- Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.
- name str
- Resource name.
- provisioning_
state str - Provisioning status of the profile.
- resource_
state str - Resource status of the profile.
- system_
data SystemData Response - Read only system data
- type str
- Resource type.
- extended
Properties Map<String> - Key-Value pair representing additional properties for profiles.
- front
Door StringId - The Id of the frontdoor.
- id String
- The provider-assigned unique ID for this managed resource.
- kind String
- Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.
- name String
- Resource name.
- provisioning
State String - Provisioning status of the profile.
- resource
State String - Resource status of the profile.
- system
Data Property Map - Read only system data
- type String
- Resource type.
Supporting Types
ManagedServiceIdentity, ManagedServiceIdentityArgs
- Type
This property is required. string | Pulumi.Azure Native. Cdn. Managed Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned List<string>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned []stringIdentities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned string[]Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. str | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Sequence[str]identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | "None" | "SystemAssigned" | "User Assigned" | "System Assigned, User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Cdn. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id This property is required. str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id This property is required. str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. str - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned, UserAssigned
- Managed
Service Identity Type None - None
- Managed
Service Identity Type System Assigned - SystemAssigned
- Managed
Service Identity Type User Assigned - UserAssigned
- Managed
Service Identity Type_System Assigned_User Assigned - SystemAssigned, UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned, UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned, UserAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- USER_ASSIGNED
- UserAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned, UserAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
- "User
Assigned" - UserAssigned
- "System
Assigned, User Assigned" - SystemAssigned, UserAssigned
Sku, SkuArgs
- Name
Changes to this property will trigger replacement.
Azure Native. Cdn. Sku Name - Name of the pricing tier.
- name
Changes to this property will trigger replacement.
Cdn" | "Standard_Microsoft" | "Standard_Azure Front Door" | "Premium_Azure Front Door" | "Standard_955Band Width_China Cdn" | "Standard_Avg Band Width_China Cdn" | "Standard Plus_China Cdn" | "Standard Plus_955Band Width_China Cdn" | "Standard Plus_Avg Band Width_China Cdn" - Name of the pricing tier.
SkuName, SkuNameArgs
- Standard_Verizon
- Standard_Verizon
- Premium_Verizon
- Premium_Verizon
- Custom_Verizon
- Custom_Verizon
- Standard_Akamai
- Standard_Akamai
- Standard_China
Cdn - Standard_ChinaCdn
- Standard_Microsoft
- Standard_Microsoft
- Standard_Azure
Front Door - Standard_AzureFrontDoor
- Premium_Azure
Front Door - Premium_AzureFrontDoor
- Standard_955Band
Width_China Cdn - Standard_955BandWidth_ChinaCdn
- Standard_Avg
Band Width_China Cdn - Standard_AvgBandWidth_ChinaCdn
- Standard
Plus_China Cdn - StandardPlus_ChinaCdn
- Standard
Plus_955Band Width_China Cdn - StandardPlus_955BandWidth_ChinaCdn
- Standard
Plus_Avg Band Width_China Cdn - StandardPlus_AvgBandWidth_ChinaCdn
- Sku
Name_Standard_Verizon - Standard_Verizon
- Sku
Name_Premium_Verizon - Premium_Verizon
- Sku
Name_Custom_Verizon - Custom_Verizon
- Sku
Name_Standard_Akamai - Standard_Akamai
- Sku
Name_Standard_China Cdn - Standard_ChinaCdn
- Sku
Name_Standard_Microsoft - Standard_Microsoft
- Sku
Name_Standard_Azure Front Door - Standard_AzureFrontDoor
- Sku
Name_Premium_Azure Front Door - Premium_AzureFrontDoor
- Sku
Name_Standard_955Band Width_China Cdn - Standard_955BandWidth_ChinaCdn
- Sku
Name_Standard_Avg Band Width_China Cdn - Standard_AvgBandWidth_ChinaCdn
- Sku
Name_Standard Plus_China Cdn - StandardPlus_ChinaCdn
- Sku
Name_Standard Plus_955Band Width_China Cdn - StandardPlus_955BandWidth_ChinaCdn
- Sku
Name_Standard Plus_Avg Band Width_China Cdn - StandardPlus_AvgBandWidth_ChinaCdn
- Standard_Verizon
- Standard_Verizon
- Premium_Verizon
- Premium_Verizon
- Custom_Verizon
- Custom_Verizon
- Standard_Akamai
- Standard_Akamai
- Standard_China
Cdn - Standard_ChinaCdn
- Standard_Microsoft
- Standard_Microsoft
- Standard_Azure
Front Door - Standard_AzureFrontDoor
- Premium_Azure
Front Door - Premium_AzureFrontDoor
- Standard_955Band
Width_China Cdn - Standard_955BandWidth_ChinaCdn
- Standard_Avg
Band Width_China Cdn - Standard_AvgBandWidth_ChinaCdn
- Standard
Plus_China Cdn - StandardPlus_ChinaCdn
- Standard
Plus_955Band Width_China Cdn - StandardPlus_955BandWidth_ChinaCdn
- Standard
Plus_Avg Band Width_China Cdn - StandardPlus_AvgBandWidth_ChinaCdn
- Standard_Verizon
- Standard_Verizon
- Premium_Verizon
- Premium_Verizon
- Custom_Verizon
- Custom_Verizon
- Standard_Akamai
- Standard_Akamai
- Standard_China
Cdn - Standard_ChinaCdn
- Standard_Microsoft
- Standard_Microsoft
- Standard_Azure
Front Door - Standard_AzureFrontDoor
- Premium_Azure
Front Door - Premium_AzureFrontDoor
- Standard_955Band
Width_China Cdn - Standard_955BandWidth_ChinaCdn
- Standard_Avg
Band Width_China Cdn - Standard_AvgBandWidth_ChinaCdn
- Standard
Plus_China Cdn - StandardPlus_ChinaCdn
- Standard
Plus_955Band Width_China Cdn - StandardPlus_955BandWidth_ChinaCdn
- Standard
Plus_Avg Band Width_China Cdn - StandardPlus_AvgBandWidth_ChinaCdn
- STANDARD_VERIZON
- Standard_Verizon
- PREMIUM_VERIZON
- Premium_Verizon
- CUSTOM_VERIZON
- Custom_Verizon
- STANDARD_AKAMAI
- Standard_Akamai
- STANDARD_CHINA_CDN
- Standard_ChinaCdn
- STANDARD_MICROSOFT
- Standard_Microsoft
- STANDARD_AZURE_FRONT_DOOR
- Standard_AzureFrontDoor
- PREMIUM_AZURE_FRONT_DOOR
- Premium_AzureFrontDoor
- STANDARD_955_BAND_WIDTH_CHINA_CDN
- Standard_955BandWidth_ChinaCdn
- STANDARD_AVG_BAND_WIDTH_CHINA_CDN
- Standard_AvgBandWidth_ChinaCdn
- STANDARD_PLUS_CHINA_CDN
- StandardPlus_ChinaCdn
- STANDARD_PLUS_955_BAND_WIDTH_CHINA_CDN
- StandardPlus_955BandWidth_ChinaCdn
- STANDARD_PLUS_AVG_BAND_WIDTH_CHINA_CDN
- StandardPlus_AvgBandWidth_ChinaCdn
- "Standard_Verizon"
- Standard_Verizon
- "Premium_Verizon"
- Premium_Verizon
- "Custom_Verizon"
- Custom_Verizon
- "Standard_Akamai"
- Standard_Akamai
- "Standard_China
Cdn" - Standard_ChinaCdn
- "Standard_Microsoft"
- Standard_Microsoft
- "Standard_Azure
Front Door" - Standard_AzureFrontDoor
- "Premium_Azure
Front Door" - Premium_AzureFrontDoor
- "Standard_955Band
Width_China Cdn" - Standard_955BandWidth_ChinaCdn
- "Standard_Avg
Band Width_China Cdn" - Standard_AvgBandWidth_ChinaCdn
- "Standard
Plus_China Cdn" - StandardPlus_ChinaCdn
- "Standard
Plus_955Band Width_China Cdn" - StandardPlus_955BandWidth_ChinaCdn
- "Standard
Plus_Avg Band Width_China Cdn" - StandardPlus_AvgBandWidth_ChinaCdn
SkuResponse, SkuResponseArgs
- Name string
- Name of the pricing tier.
- Name string
- Name of the pricing tier.
- name String
- Name of the pricing tier.
- name string
- Name of the pricing tier.
- name str
- Name of the pricing tier.
- name String
- Name of the pricing tier.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC)
- Created
By string - An identifier for the identity that created the resource
- Created
By stringType - The type of identity that created the resource
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - An identifier for the identity that last modified the resource
- Last
Modified stringBy Type - The type of identity that last modified the resource
- Created
At string - The timestamp of resource creation (UTC)
- Created
By string - An identifier for the identity that created the resource
- Created
By stringType - The type of identity that created the resource
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - An identifier for the identity that last modified the resource
- Last
Modified stringBy Type - The type of identity that last modified the resource
- created
At String - The timestamp of resource creation (UTC)
- created
By String - An identifier for the identity that created the resource
- created
By StringType - The type of identity that created the resource
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - An identifier for the identity that last modified the resource
- last
Modified StringBy Type - The type of identity that last modified the resource
- created
At string - The timestamp of resource creation (UTC)
- created
By string - An identifier for the identity that created the resource
- created
By stringType - The type of identity that created the resource
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - An identifier for the identity that last modified the resource
- last
Modified stringBy Type - The type of identity that last modified the resource
- created_
at str - The timestamp of resource creation (UTC)
- created_
by str - An identifier for 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 - An identifier for the identity that last modified the resource
- last_
modified_ strby_ type - The type of identity that last modified the resource
- created
At String - The timestamp of resource creation (UTC)
- created
By String - An identifier for the identity that created the resource
- created
By StringType - The type of identity that created the resource
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - An identifier for the identity that last modified the resource
- last
Modified StringBy Type - The type of identity that last modified the resource
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
- client
Id This property is required. string - The client ID of the assigned identity.
- principal
Id This property is required. string - The principal ID of the assigned identity.
- client_
id This property is required. str - The client ID of the assigned identity.
- principal_
id This property is required. str - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:cdn:Profile profile1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0