azure-native-v2.azurestackhci.StorageContainer
Explore with Pulumi AI
The storage container resource definition. Azure REST API version: 2022-12-15-preview.
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview, 2024-07-15-preview, 2024-08-01-preview.
Create StorageContainer Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new StorageContainer(name: string, args: StorageContainerArgs, opts?: CustomResourceOptions);
@overload
def StorageContainer(resource_name: str,
args: StorageContainerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def StorageContainer(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
extended_location: Optional[ExtendedLocationArgs] = None,
location: Optional[str] = None,
path: Optional[str] = None,
storage_container_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewStorageContainer(ctx *Context, name string, args StorageContainerArgs, opts ...ResourceOption) (*StorageContainer, error)
public StorageContainer(string name, StorageContainerArgs args, CustomResourceOptions? opts = null)
public StorageContainer(String name, StorageContainerArgs args)
public StorageContainer(String name, StorageContainerArgs args, CustomResourceOptions options)
type: azure-native:azurestackhci:StorageContainer
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. StorageContainerArgs - 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. StorageContainerArgs - 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. StorageContainerArgs - 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. StorageContainerArgs - 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. StorageContainerArgs - 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 storageContainerResource = new AzureNative.Azurestackhci.StorageContainer("storageContainerResource", new()
{
ResourceGroupName = "string",
ExtendedLocation =
{
{ "name", "string" },
{ "type", "string" },
},
Location = "string",
Path = "string",
StorageContainerName = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := azurestackhci.NewStorageContainer(ctx, "storageContainerResource", &azurestackhci.StorageContainerArgs{
ResourceGroupName: "string",
ExtendedLocation: map[string]interface{}{
"name": "string",
"type": "string",
},
Location: "string",
Path: "string",
StorageContainerName: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var storageContainerResource = new StorageContainer("storageContainerResource", StorageContainerArgs.builder()
.resourceGroupName("string")
.extendedLocation(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.location("string")
.path("string")
.storageContainerName("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
storage_container_resource = azure_native.azurestackhci.StorageContainer("storageContainerResource",
resource_group_name=string,
extended_location={
name: string,
type: string,
},
location=string,
path=string,
storage_container_name=string,
tags={
string: string,
})
const storageContainerResource = new azure_native.azurestackhci.StorageContainer("storageContainerResource", {
resourceGroupName: "string",
extendedLocation: {
name: "string",
type: "string",
},
location: "string",
path: "string",
storageContainerName: "string",
tags: {
string: "string",
},
});
type: azure-native:azurestackhci:StorageContainer
properties:
extendedLocation:
name: string
type: string
location: string
path: string
resourceGroupName: string
storageContainerName: string
tags:
string: string
StorageContainer 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 StorageContainer 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.
- Extended
Location Pulumi.Azure Native. Azure Stack HCI. Inputs. Extended Location - The extendedLocation of the resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Path string
- Path of the storage container on the disk
- Storage
Container Name Changes to this property will trigger replacement.
- Name of the storage container
- 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.
- Extended
Location ExtendedLocation Args - The extendedLocation of the resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Path string
- Path of the storage container on the disk
- Storage
Container Name Changes to this property will trigger replacement.
- Name of the storage container
- 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.
- extended
Location ExtendedLocation - The extendedLocation of the resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- path String
- Path of the storage container on the disk
- storage
Container Name Changes to this property will trigger replacement.
- Name of the storage container
- 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.
- extended
Location ExtendedLocation - The extendedLocation of the resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- path string
- Path of the storage container on the disk
- storage
Container Name Changes to this property will trigger replacement.
- Name of the storage container
- {[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.
- extended_
location ExtendedLocation Args - The extendedLocation of the resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- path str
- Path of the storage container on the disk
- storage_
container_ name Changes to this property will trigger replacement.
- Name of the storage container
- 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.
- extended
Location Property Map - The extendedLocation of the resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- path String
- Path of the storage container on the disk
- storage
Container Name Changes to this property will trigger replacement.
- Name of the storage container
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the StorageContainer resource produces the following output properties:
- 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 storage container.
- Status
Pulumi.
Azure Native. Azure Stack HCI. Outputs. Storage Container Status Response - The observed state of storage containers
- System
Data Pulumi.Azure Native. Azure Stack HCI. 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"
- 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 storage container.
- Status
Storage
Container Status Response - The observed state of storage containers
- 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"
- 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 storage container.
- status
Storage
Container Status Response - The observed state of storage containers
- 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"
- 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 storage container.
- status
Storage
Container Status Response - The observed state of storage containers
- 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"
- 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 storage container.
- status
Storage
Container Status Response - The observed state of storage containers
- 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"
- 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 storage container.
- status Property Map
- The observed state of storage containers
- 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
ExtendedLocation, ExtendedLocationArgs
- Name string
- The name of the extended location.
- Type
string | Pulumi.
Azure Native. Azure Stack HCI. Extended Location Types - The type of the extended location.
- Name string
- The name of the extended location.
- Type
string | Extended
Location Types - The type of the extended location.
- name String
- The name of the extended location.
- type
String | Extended
Location Types - The type of the extended location.
- name string
- The name of the extended location.
- type
string | Extended
Location Types - The type of the extended location.
- name str
- The name of the extended location.
- type
str | Extended
Location Types - The type of the extended location.
- name String
- The name of the extended location.
- type
String | "Custom
Location" - The type of the extended location.
ExtendedLocationResponse, ExtendedLocationResponseArgs
ExtendedLocationTypes, ExtendedLocationTypesArgs
- Custom
Location - CustomLocation
- Extended
Location Types Custom Location - CustomLocation
- Custom
Location - CustomLocation
- Custom
Location - CustomLocation
- CUSTOM_LOCATION
- CustomLocation
- "Custom
Location" - CustomLocation
StorageContainerStatusResponse, StorageContainerStatusResponseArgs
- Available
Size doubleMB - Amount of space available on the disk in MB
- Container
Size doubleMB - Total size of the disk in MB
- Error
Code string - StorageContainer provisioning error code
- Error
Message string - Descriptive error message
- Provisioning
Status Pulumi.Azure Native. Azure Stack HCI. Inputs. Storage Container Status Response Provisioning Status
- Available
Size float64MB - Amount of space available on the disk in MB
- Container
Size float64MB - Total size of the disk in MB
- Error
Code string - StorageContainer provisioning error code
- Error
Message string - Descriptive error message
- Provisioning
Status StorageContainer Status Response Provisioning Status
- available
Size DoubleMB - Amount of space available on the disk in MB
- container
Size DoubleMB - Total size of the disk in MB
- error
Code String - StorageContainer provisioning error code
- error
Message String - Descriptive error message
- provisioning
Status StorageContainer Status Response Provisioning Status
- available
Size numberMB - Amount of space available on the disk in MB
- container
Size numberMB - Total size of the disk in MB
- error
Code string - StorageContainer provisioning error code
- error
Message string - Descriptive error message
- provisioning
Status StorageContainer Status Response Provisioning Status
- available_
size_ floatmb - Amount of space available on the disk in MB
- container_
size_ floatmb - Total size of the disk in MB
- error_
code str - StorageContainer provisioning error code
- error_
message str - Descriptive error message
- provisioning_
status StorageContainer Status Response Provisioning Status
- available
Size NumberMB - Amount of space available on the disk in MB
- container
Size NumberMB - Total size of the disk in MB
- error
Code String - StorageContainer provisioning error code
- error
Message String - Descriptive error message
- provisioning
Status Property Map
StorageContainerStatusResponseProvisioningStatus, StorageContainerStatusResponseProvisioningStatusArgs
- Operation
Id string - The ID of the operation performed on the storage container
- Status string
- The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
- Operation
Id string - The ID of the operation performed on the storage container
- Status string
- The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
- operation
Id String - The ID of the operation performed on the storage container
- status String
- The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
- operation
Id string - The ID of the operation performed on the storage container
- status string
- The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
- operation_
id str - The ID of the operation performed on the storage container
- status str
- The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
- operation
Id String - The ID of the operation performed on the storage container
- status String
- The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
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.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:azurestackhci:StorageContainer Default_Container /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/storageContainers/{storageContainerName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0