azure-native.webpubsub.WebPubSubReplica
Explore with Pulumi AI
A class represent a replica resource.
Uses Azure REST API version 2024-03-01. In version 2.x of the Azure Native provider, it used API version 2023-03-01-preview.
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native webpubsub [ApiVersion]
. See the version guide for details.
Create WebPubSubReplica Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WebPubSubReplica(name: string, args: WebPubSubReplicaArgs, opts?: CustomResourceOptions);
@overload
def WebPubSubReplica(resource_name: str,
args: WebPubSubReplicaArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WebPubSubReplica(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
resource_name_: Optional[str] = None,
location: Optional[str] = None,
region_endpoint_enabled: Optional[str] = None,
replica_name: Optional[str] = None,
resource_stopped: Optional[str] = None,
sku: Optional[ResourceSkuArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewWebPubSubReplica(ctx *Context, name string, args WebPubSubReplicaArgs, opts ...ResourceOption) (*WebPubSubReplica, error)
public WebPubSubReplica(string name, WebPubSubReplicaArgs args, CustomResourceOptions? opts = null)
public WebPubSubReplica(String name, WebPubSubReplicaArgs args)
public WebPubSubReplica(String name, WebPubSubReplicaArgs args, CustomResourceOptions options)
type: azure-native:webpubsub:WebPubSubReplica
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. WebPubSubReplicaArgs - 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. WebPubSubReplicaArgs - 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. WebPubSubReplicaArgs - 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. WebPubSubReplicaArgs - 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. WebPubSubReplicaArgs - 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 webPubSubReplicaResource = new AzureNative.WebPubSub.WebPubSubReplica("webPubSubReplicaResource", new()
{
ResourceGroupName = "string",
ResourceName = "string",
Location = "string",
RegionEndpointEnabled = "string",
ReplicaName = "string",
ResourceStopped = "string",
Sku = new AzureNative.WebPubSub.Inputs.ResourceSkuArgs
{
Name = "string",
Capacity = 0,
Tier = "string",
},
Tags =
{
{ "string", "string" },
},
});
example, err := webpubsub.NewWebPubSubReplica(ctx, "webPubSubReplicaResource", &webpubsub.WebPubSubReplicaArgs{
ResourceGroupName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Location: pulumi.String("string"),
RegionEndpointEnabled: pulumi.String("string"),
ReplicaName: pulumi.String("string"),
ResourceStopped: pulumi.String("string"),
Sku: &webpubsub.ResourceSkuArgs{
Name: pulumi.String("string"),
Capacity: pulumi.Int(0),
Tier: pulumi.String("string"),
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var webPubSubReplicaResource = new WebPubSubReplica("webPubSubReplicaResource", WebPubSubReplicaArgs.builder()
.resourceGroupName("string")
.resourceName("string")
.location("string")
.regionEndpointEnabled("string")
.replicaName("string")
.resourceStopped("string")
.sku(ResourceSkuArgs.builder()
.name("string")
.capacity(0)
.tier("string")
.build())
.tags(Map.of("string", "string"))
.build());
web_pub_sub_replica_resource = azure_native.webpubsub.WebPubSubReplica("webPubSubReplicaResource",
resource_group_name="string",
resource_name_="string",
location="string",
region_endpoint_enabled="string",
replica_name="string",
resource_stopped="string",
sku={
"name": "string",
"capacity": 0,
"tier": "string",
},
tags={
"string": "string",
})
const webPubSubReplicaResource = new azure_native.webpubsub.WebPubSubReplica("webPubSubReplicaResource", {
resourceGroupName: "string",
resourceName: "string",
location: "string",
regionEndpointEnabled: "string",
replicaName: "string",
resourceStopped: "string",
sku: {
name: "string",
capacity: 0,
tier: "string",
},
tags: {
string: "string",
},
});
type: azure-native:webpubsub:WebPubSubReplica
properties:
location: string
regionEndpointEnabled: string
replicaName: string
resourceGroupName: string
resourceName: string
resourceStopped: string
sku:
capacity: 0
name: string
tier: string
tags:
string: string
WebPubSubReplica 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 WebPubSubReplica resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Region
Endpoint stringEnabled - Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
- Replica
Name Changes to this property will trigger replacement.
- The name of the replica.
- Resource
Stopped string - Stop or start the resource. Default to "false". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started.
- Sku
Pulumi.
Azure Native. Web Pub Sub. Inputs. Resource Sku - The billing information of the resource.
- Dictionary<string, string>
- Resource tags.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Region
Endpoint stringEnabled - Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
- Replica
Name Changes to this property will trigger replacement.
- The name of the replica.
- Resource
Stopped string - Stop or start the resource. Default to "false". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started.
- Sku
Resource
Sku Args - The billing information of the resource.
- map[string]string
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- region
Endpoint StringEnabled - Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
- replica
Name Changes to this property will trigger replacement.
- The name of the replica.
- resource
Stopped String - Stop or start the resource. Default to "false". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started.
- sku
Resource
Sku - The billing information of the resource.
- Map<String,String>
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- region
Endpoint stringEnabled - Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
- replica
Name Changes to this property will trigger replacement.
- The name of the replica.
- resource
Stopped string - Stop or start the resource. Default to "false". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started.
- sku
Resource
Sku - The billing information of the resource.
- {[key: string]: string}
- Resource tags.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- resource_
name This property is required. Changes to this property will trigger replacement.
- The name of the resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- region_
endpoint_ strenabled - Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
- replica_
name Changes to this property will trigger replacement.
- The name of the replica.
- resource_
stopped str - Stop or start the resource. Default to "false". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started.
- sku
Resource
Sku Args - The billing information of the resource.
- Mapping[str, str]
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- region
Endpoint StringEnabled - Enable or disable the regional endpoint. Default to "Enabled". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
- replica
Name Changes to this property will trigger replacement.
- The name of the replica.
- resource
Stopped String - Stop or start the resource. Default to "false". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started.
- sku Property Map
- The billing information of the resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the WebPubSubReplica resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the resource.
- System
Data Pulumi.Azure Native. Web Pub Sub. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- provisioning
State string - Provisioning state of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- provisioning_
state str - Provisioning state of the resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
ResourceSku, ResourceSkuArgs
- Name
This property is required. string The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- Capacity int
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- Tier
string | Pulumi.
Azure Native. Web Pub Sub. Web Pub Sub Sku Tier Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- Name
This property is required. string The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- Capacity int
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- Tier
string | Web
Pub Sub Sku Tier Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- name
This property is required. String The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- capacity Integer
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- tier
String | Web
Pub Sub Sku Tier Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- name
This property is required. string The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- capacity number
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- tier
string | Web
Pub Sub Sku Tier Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- name
This property is required. str The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- capacity int
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- tier
str | Web
Pub Sub Sku Tier Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- name
This property is required. String The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- capacity Number
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- tier String | "Free" | "Basic" | "Standard" | "Premium"
Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
ResourceSkuResponse, ResourceSkuResponseArgs
- Family
This property is required. string - Not used. Retained for future use.
- Name
This property is required. string The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- Size
This property is required. string - Not used. Retained for future use.
- Capacity int
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- Tier string
Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- Family
This property is required. string - Not used. Retained for future use.
- Name
This property is required. string The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- Size
This property is required. string - Not used. Retained for future use.
- Capacity int
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- Tier string
Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- family
This property is required. String - Not used. Retained for future use.
- name
This property is required. String The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- size
This property is required. String - Not used. Retained for future use.
- capacity Integer
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- tier String
Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- family
This property is required. string - Not used. Retained for future use.
- name
This property is required. string The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- size
This property is required. string - Not used. Retained for future use.
- capacity number
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- tier string
Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- family
This property is required. str - Not used. Retained for future use.
- name
This property is required. str The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- size
This property is required. str - Not used. Retained for future use.
- capacity int
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- tier str
Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
- family
This property is required. String - Not used. Retained for future use.
- name
This property is required. String The name of the SKU. Required.
Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
- size
This property is required. String - Not used. Retained for future use.
- capacity Number
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
- tier String
Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, useStandard
instead.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - 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 - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
WebPubSubSkuTier, WebPubSubSkuTierArgs
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Web
Pub Sub Sku Tier Free - Free
- Web
Pub Sub Sku Tier Basic - Basic
- Web
Pub Sub Sku Tier Standard - Standard
- Web
Pub Sub Sku Tier Premium - Premium
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- FREE
- Free
- BASIC
- Basic
- STANDARD
- Standard
- PREMIUM
- Premium
- "Free"
- Free
- "Basic"
- Basic
- "Standard"
- Standard
- "Premium"
- Premium
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:webpubsub:WebPubSubReplica myWebPubSubService-eastus /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/replicas/{replicaName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0