Show / Hide Table of Contents

Class CacheBlobTargetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CacheBlobTargetArgs
Inherited Members
ResourceArgs.Empty
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 Source

CacheBlobTargetArgs()

Declaration
public CacheBlobTargetArgs()

Properties

View Source

CacheName

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.