Class CacheArgs
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.Hpc
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CacheArgs : ResourceArgs
Constructors
View SourceCacheArgs()
Declaration
public CacheArgs()
Properties
View SourceCacheSizeInGb
The size of the HPC Cache, in GB. Possible values are 3072, 6144, 12288, 24576, and 49152. Changing this forces a new resource to be created.
Declaration
public Input<int> CacheSizeInGb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Location
Specifies the supported Azure Region where the HPC Cache should be created. 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 HPC Cache. 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 HPC Cache. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SkuName
The SKU of HPC Cache to use. Possible values are Standard_2G, Standard_4G and Standard_8G. Changing this forces a new resource to be created.
Declaration
public Input<string> SkuName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
The ID of the Subnet for the HPC Cache. Changing this forces a new resource to be created.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |