Class ServiceArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.SignalR
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceArgs : ResourceArgs
Constructors
View SourceServiceArgs()
Declaration
public ServiceArgs()
Properties
View SourceCors
A cors block as documented below.
Declaration
public InputList<ServiceCorArgs> Cors { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceCorArgs> |
Features
A features block as documented below.
Declaration
public InputList<ServiceFeatureArgs> Features { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceFeatureArgs> |
Location
Specifies the supported Azure location where the SignalR service exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the SignalR service. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the SignalR service. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
A sku block as documented below.
Declaration
public Input<ServiceSkuArgs> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceSkuArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |