Class CacheBlobTargetArgs
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 CacheBlobTargetArgs : ResourceArgs
Constructors
View SourceCacheBlobTargetArgs()
Declaration
public CacheBlobTargetArgs()
Properties
View SourceCacheName
The name HPC Cache, which the HPC Cache Blob Target will be added to. Changing this forces a new resource to be created.
Declaration
public Input<string> CacheName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the HPC Cache Blob Target. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespacePath
The client-facing file path of the HPC Cache Blob Target.
Declaration
public Input<string> NamespacePath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which to create the HPC Cache Blob Target. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageContainerId
The Resource Manager ID of the Storage Container used as the HPC Cache Blob Target. Changing this forces a new resource to be created.
Declaration
public Input<string> StorageContainerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |