azure-native.netapp.CapacityPoolBucket
Explore with Pulumi AI
Bucket resource
Uses Azure REST API version 2025-01-01-preview.
Example Usage
Buckets_CreateOrUpdate
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var capacityPoolBucket = new AzureNative.NetApp.CapacityPoolBucket("capacityPoolBucket", new()
{
AccountName = "account1",
BucketName = "bucket1",
FileSystemUser = new AzureNative.NetApp.Inputs.FileSystemUserArgs
{
NfsUser = new AzureNative.NetApp.Inputs.NfsUserArgs
{
GroupId = 1000,
UserId = 1001,
},
},
Path = "/path",
PoolName = "pool1",
ResourceGroupName = "myRG",
Server = new AzureNative.NetApp.Inputs.BucketServerPropertiesArgs
{
CertificateObject = "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURuVENDQW9XZ0F3SUJBZ0lRR3FXdnRxeHBvSTFJV3Z4VGdJbElWREFOQmdrcWhraUc5dzBCQVFzRkFEQlYKTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEWTI5dE1SY3dGUVlLQ1pJbWlaUHlMR1FCR1JZSGFHRnlhV3R5WWpFbApNQ01HQTFVRUF4TWNhR0Z5YVd0eVlpMVhTVTR0TWtKUFZrRkZTMEkwTkVJdFEwRXRNakFlRncweU1EQTFNRFV3Ck56TTVORGxhRncweU1EQTFNRFl3TnpRNU5EaGFNRlV4RXpBUkJnb0praWFKay9Jc1pBRVpGZ05qYjIweEZ6QVYKQmdvSmtpYUprL0lzWkFFWkZnZG9ZWEpwYTNKaU1TVXdJd1lEVlFRREV4eG9ZWEpwYTNKaUxWZEpUaTB5UWs5VwpRVVZMUWpRMFFpMURRUzB5TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFqMHByCnhaaXpNaDBqYnRwN1ZOc0JrRVJ2MVpZT0MzMEtqaGRWdEExRm1MeFM2cXlycmpMZUdXOXRSd2ZnUkR0eVBodTIKZVJTcVpTUjF6Z1hZR0s0Nys3Y3F0YnB2UElOektCb0dOWERIVTNxVWlleXJWSjFDVzRKNjJodUdrbUV1VVVkMApKMXBxNTVxbjk1SmRUbWh1dmZlTUxxeHB5c01nbGVnY281ZFhoN0hsQkhwaTNKMFN4ZnhVWmxKMVZiOFJZVEZhCkJiMGFlTVZaRzRKeVREaktiMlR1TmFXOG1aUE5vOFBMRDRocjdndFNZUEQvQ1dVVGV5QlpoZC9LTzNPczlWVEIKYmpLUGtWd0J2WEs2SlFMSGprNFBHS3VYZDhaWVFyajBtOWNIZDNmcWNYTXlQUnQ2TlJ4ak0yMTUxckFzSkVhNgpWZC9ta056akpXalBrT2VZUVFJREFRQUJvMmt3WnpBVEJna3JCZ0VFQVlJM0ZBSUVCaDRFQUVNQVFUQU9CZ05WCkhROEJBZjhFQkFNQ0FZWXdEd1lEVlIwVEFRSC9CQVV3QXdFQi96QWRCZ05WSFE0RUZnUVVDVEc2ODJSay9kMysKWGtHa0VMakRFMjI4ZjNnd0VBWUpLd1lCQkFHQ054VUJCQU1DQVFBd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQgpBR1RjTTNnWExIU05wS014RHEvUFpZbWZCMmNlN3VhMmxxbXpzZSt4QmthSTE0WXdzZE5ZQjZBVTNFWDM3QWpZCjd3bm9xQzY1N0U2RVhTODVDckoyNXJNTHo4OEtONGI3cUg5RUowSS9XVHg5YTdUT0ZENENWQThuL0xwNGh1Ym4KNlBFalY5NFlZWXBXTG1hTkkvbGFReWsxSHVJbDFSTCttVDFnSWQ4ZWZXZ1UvNmlVVEw3eGMrdjkyNHBuTHhISwpOSnNTV3c0NFk5a0R5SU9KOXFjWUlBN1lhTkxPZTRjSysvQlRvdDh0dVVKT1hHLzdBRmtxR2EyQVA4MmFZOStKCnkwSmU2OG5nTHJ1dVU4VHpneVpqdkFHcTRrVEVOdWFoaFdHVC9KWkEzOXhSNUV4MmNMUUplcE5NdnlZbUZ3Z1UKME8zYlA0OWNBVFVCMXoyQ3Y5aTRQbVk9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K",
Fqdn = "fullyqualified.domainname.com",
},
VolumeName = "volume1",
});
});
package main
import (
netapp "github.com/pulumi/pulumi-azure-native-sdk/netapp/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := netapp.NewCapacityPoolBucket(ctx, "capacityPoolBucket", &netapp.CapacityPoolBucketArgs{
AccountName: pulumi.String("account1"),
BucketName: pulumi.String("bucket1"),
FileSystemUser: &netapp.FileSystemUserArgs{
NfsUser: &netapp.NfsUserArgs{
GroupId: pulumi.Float64(1000),
UserId: pulumi.Float64(1001),
},
},
Path: pulumi.String("/path"),
PoolName: pulumi.String("pool1"),
ResourceGroupName: pulumi.String("myRG"),
Server: &netapp.BucketServerPropertiesArgs{
CertificateObject: pulumi.String("LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURuVENDQW9XZ0F3SUJBZ0lRR3FXdnRxeHBvSTFJV3Z4VGdJbElWREFOQmdrcWhraUc5dzBCQVFzRkFEQlYKTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEWTI5dE1SY3dGUVlLQ1pJbWlaUHlMR1FCR1JZSGFHRnlhV3R5WWpFbApNQ01HQTFVRUF4TWNhR0Z5YVd0eVlpMVhTVTR0TWtKUFZrRkZTMEkwTkVJdFEwRXRNakFlRncweU1EQTFNRFV3Ck56TTVORGxhRncweU1EQTFNRFl3TnpRNU5EaGFNRlV4RXpBUkJnb0praWFKay9Jc1pBRVpGZ05qYjIweEZ6QVYKQmdvSmtpYUprL0lzWkFFWkZnZG9ZWEpwYTNKaU1TVXdJd1lEVlFRREV4eG9ZWEpwYTNKaUxWZEpUaTB5UWs5VwpRVVZMUWpRMFFpMURRUzB5TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFqMHByCnhaaXpNaDBqYnRwN1ZOc0JrRVJ2MVpZT0MzMEtqaGRWdEExRm1MeFM2cXlycmpMZUdXOXRSd2ZnUkR0eVBodTIKZVJTcVpTUjF6Z1hZR0s0Nys3Y3F0YnB2UElOektCb0dOWERIVTNxVWlleXJWSjFDVzRKNjJodUdrbUV1VVVkMApKMXBxNTVxbjk1SmRUbWh1dmZlTUxxeHB5c01nbGVnY281ZFhoN0hsQkhwaTNKMFN4ZnhVWmxKMVZiOFJZVEZhCkJiMGFlTVZaRzRKeVREaktiMlR1TmFXOG1aUE5vOFBMRDRocjdndFNZUEQvQ1dVVGV5QlpoZC9LTzNPczlWVEIKYmpLUGtWd0J2WEs2SlFMSGprNFBHS3VYZDhaWVFyajBtOWNIZDNmcWNYTXlQUnQ2TlJ4ak0yMTUxckFzSkVhNgpWZC9ta056akpXalBrT2VZUVFJREFRQUJvMmt3WnpBVEJna3JCZ0VFQVlJM0ZBSUVCaDRFQUVNQVFUQU9CZ05WCkhROEJBZjhFQkFNQ0FZWXdEd1lEVlIwVEFRSC9CQVV3QXdFQi96QWRCZ05WSFE0RUZnUVVDVEc2ODJSay9kMysKWGtHa0VMakRFMjI4ZjNnd0VBWUpLd1lCQkFHQ054VUJCQU1DQVFBd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQgpBR1RjTTNnWExIU05wS014RHEvUFpZbWZCMmNlN3VhMmxxbXpzZSt4QmthSTE0WXdzZE5ZQjZBVTNFWDM3QWpZCjd3bm9xQzY1N0U2RVhTODVDckoyNXJNTHo4OEtONGI3cUg5RUowSS9XVHg5YTdUT0ZENENWQThuL0xwNGh1Ym4KNlBFalY5NFlZWXBXTG1hTkkvbGFReWsxSHVJbDFSTCttVDFnSWQ4ZWZXZ1UvNmlVVEw3eGMrdjkyNHBuTHhISwpOSnNTV3c0NFk5a0R5SU9KOXFjWUlBN1lhTkxPZTRjSysvQlRvdDh0dVVKT1hHLzdBRmtxR2EyQVA4MmFZOStKCnkwSmU2OG5nTHJ1dVU4VHpneVpqdkFHcTRrVEVOdWFoaFdHVC9KWkEzOXhSNUV4MmNMUUplcE5NdnlZbUZ3Z1UKME8zYlA0OWNBVFVCMXoyQ3Y5aTRQbVk9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K"),
Fqdn: pulumi.String("fullyqualified.domainname.com"),
},
VolumeName: pulumi.String("volume1"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.netapp.CapacityPoolBucket;
import com.pulumi.azurenative.netapp.CapacityPoolBucketArgs;
import com.pulumi.azurenative.netapp.inputs.FileSystemUserArgs;
import com.pulumi.azurenative.netapp.inputs.NfsUserArgs;
import com.pulumi.azurenative.netapp.inputs.BucketServerPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var capacityPoolBucket = new CapacityPoolBucket("capacityPoolBucket", CapacityPoolBucketArgs.builder()
.accountName("account1")
.bucketName("bucket1")
.fileSystemUser(FileSystemUserArgs.builder()
.nfsUser(NfsUserArgs.builder()
.groupId(1000.0)
.userId(1001.0)
.build())
.build())
.path("/path")
.poolName("pool1")
.resourceGroupName("myRG")
.server(BucketServerPropertiesArgs.builder()
.certificateObject("LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURuVENDQW9XZ0F3SUJBZ0lRR3FXdnRxeHBvSTFJV3Z4VGdJbElWREFOQmdrcWhraUc5dzBCQVFzRkFEQlYKTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEWTI5dE1SY3dGUVlLQ1pJbWlaUHlMR1FCR1JZSGFHRnlhV3R5WWpFbApNQ01HQTFVRUF4TWNhR0Z5YVd0eVlpMVhTVTR0TWtKUFZrRkZTMEkwTkVJdFEwRXRNakFlRncweU1EQTFNRFV3Ck56TTVORGxhRncweU1EQTFNRFl3TnpRNU5EaGFNRlV4RXpBUkJnb0praWFKay9Jc1pBRVpGZ05qYjIweEZ6QVYKQmdvSmtpYUprL0lzWkFFWkZnZG9ZWEpwYTNKaU1TVXdJd1lEVlFRREV4eG9ZWEpwYTNKaUxWZEpUaTB5UWs5VwpRVVZMUWpRMFFpMURRUzB5TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFqMHByCnhaaXpNaDBqYnRwN1ZOc0JrRVJ2MVpZT0MzMEtqaGRWdEExRm1MeFM2cXlycmpMZUdXOXRSd2ZnUkR0eVBodTIKZVJTcVpTUjF6Z1hZR0s0Nys3Y3F0YnB2UElOektCb0dOWERIVTNxVWlleXJWSjFDVzRKNjJodUdrbUV1VVVkMApKMXBxNTVxbjk1SmRUbWh1dmZlTUxxeHB5c01nbGVnY281ZFhoN0hsQkhwaTNKMFN4ZnhVWmxKMVZiOFJZVEZhCkJiMGFlTVZaRzRKeVREaktiMlR1TmFXOG1aUE5vOFBMRDRocjdndFNZUEQvQ1dVVGV5QlpoZC9LTzNPczlWVEIKYmpLUGtWd0J2WEs2SlFMSGprNFBHS3VYZDhaWVFyajBtOWNIZDNmcWNYTXlQUnQ2TlJ4ak0yMTUxckFzSkVhNgpWZC9ta056akpXalBrT2VZUVFJREFRQUJvMmt3WnpBVEJna3JCZ0VFQVlJM0ZBSUVCaDRFQUVNQVFUQU9CZ05WCkhROEJBZjhFQkFNQ0FZWXdEd1lEVlIwVEFRSC9CQVV3QXdFQi96QWRCZ05WSFE0RUZnUVVDVEc2ODJSay9kMysKWGtHa0VMakRFMjI4ZjNnd0VBWUpLd1lCQkFHQ054VUJCQU1DQVFBd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQgpBR1RjTTNnWExIU05wS014RHEvUFpZbWZCMmNlN3VhMmxxbXpzZSt4QmthSTE0WXdzZE5ZQjZBVTNFWDM3QWpZCjd3bm9xQzY1N0U2RVhTODVDckoyNXJNTHo4OEtONGI3cUg5RUowSS9XVHg5YTdUT0ZENENWQThuL0xwNGh1Ym4KNlBFalY5NFlZWXBXTG1hTkkvbGFReWsxSHVJbDFSTCttVDFnSWQ4ZWZXZ1UvNmlVVEw3eGMrdjkyNHBuTHhISwpOSnNTV3c0NFk5a0R5SU9KOXFjWUlBN1lhTkxPZTRjSysvQlRvdDh0dVVKT1hHLzdBRmtxR2EyQVA4MmFZOStKCnkwSmU2OG5nTHJ1dVU4VHpneVpqdkFHcTRrVEVOdWFoaFdHVC9KWkEzOXhSNUV4MmNMUUplcE5NdnlZbUZ3Z1UKME8zYlA0OWNBVFVCMXoyQ3Y5aTRQbVk9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K")
.fqdn("fullyqualified.domainname.com")
.build())
.volumeName("volume1")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const capacityPoolBucket = new azure_native.netapp.CapacityPoolBucket("capacityPoolBucket", {
accountName: "account1",
bucketName: "bucket1",
fileSystemUser: {
nfsUser: {
groupId: 1000,
userId: 1001,
},
},
path: "/path",
poolName: "pool1",
resourceGroupName: "myRG",
server: {
certificateObject: "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURuVENDQW9XZ0F3SUJBZ0lRR3FXdnRxeHBvSTFJV3Z4VGdJbElWREFOQmdrcWhraUc5dzBCQVFzRkFEQlYKTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEWTI5dE1SY3dGUVlLQ1pJbWlaUHlMR1FCR1JZSGFHRnlhV3R5WWpFbApNQ01HQTFVRUF4TWNhR0Z5YVd0eVlpMVhTVTR0TWtKUFZrRkZTMEkwTkVJdFEwRXRNakFlRncweU1EQTFNRFV3Ck56TTVORGxhRncweU1EQTFNRFl3TnpRNU5EaGFNRlV4RXpBUkJnb0praWFKay9Jc1pBRVpGZ05qYjIweEZ6QVYKQmdvSmtpYUprL0lzWkFFWkZnZG9ZWEpwYTNKaU1TVXdJd1lEVlFRREV4eG9ZWEpwYTNKaUxWZEpUaTB5UWs5VwpRVVZMUWpRMFFpMURRUzB5TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFqMHByCnhaaXpNaDBqYnRwN1ZOc0JrRVJ2MVpZT0MzMEtqaGRWdEExRm1MeFM2cXlycmpMZUdXOXRSd2ZnUkR0eVBodTIKZVJTcVpTUjF6Z1hZR0s0Nys3Y3F0YnB2UElOektCb0dOWERIVTNxVWlleXJWSjFDVzRKNjJodUdrbUV1VVVkMApKMXBxNTVxbjk1SmRUbWh1dmZlTUxxeHB5c01nbGVnY281ZFhoN0hsQkhwaTNKMFN4ZnhVWmxKMVZiOFJZVEZhCkJiMGFlTVZaRzRKeVREaktiMlR1TmFXOG1aUE5vOFBMRDRocjdndFNZUEQvQ1dVVGV5QlpoZC9LTzNPczlWVEIKYmpLUGtWd0J2WEs2SlFMSGprNFBHS3VYZDhaWVFyajBtOWNIZDNmcWNYTXlQUnQ2TlJ4ak0yMTUxckFzSkVhNgpWZC9ta056akpXalBrT2VZUVFJREFRQUJvMmt3WnpBVEJna3JCZ0VFQVlJM0ZBSUVCaDRFQUVNQVFUQU9CZ05WCkhROEJBZjhFQkFNQ0FZWXdEd1lEVlIwVEFRSC9CQVV3QXdFQi96QWRCZ05WSFE0RUZnUVVDVEc2ODJSay9kMysKWGtHa0VMakRFMjI4ZjNnd0VBWUpLd1lCQkFHQ054VUJCQU1DQVFBd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQgpBR1RjTTNnWExIU05wS014RHEvUFpZbWZCMmNlN3VhMmxxbXpzZSt4QmthSTE0WXdzZE5ZQjZBVTNFWDM3QWpZCjd3bm9xQzY1N0U2RVhTODVDckoyNXJNTHo4OEtONGI3cUg5RUowSS9XVHg5YTdUT0ZENENWQThuL0xwNGh1Ym4KNlBFalY5NFlZWXBXTG1hTkkvbGFReWsxSHVJbDFSTCttVDFnSWQ4ZWZXZ1UvNmlVVEw3eGMrdjkyNHBuTHhISwpOSnNTV3c0NFk5a0R5SU9KOXFjWUlBN1lhTkxPZTRjSysvQlRvdDh0dVVKT1hHLzdBRmtxR2EyQVA4MmFZOStKCnkwSmU2OG5nTHJ1dVU4VHpneVpqdkFHcTRrVEVOdWFoaFdHVC9KWkEzOXhSNUV4MmNMUUplcE5NdnlZbUZ3Z1UKME8zYlA0OWNBVFVCMXoyQ3Y5aTRQbVk9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K",
fqdn: "fullyqualified.domainname.com",
},
volumeName: "volume1",
});
import pulumi
import pulumi_azure_native as azure_native
capacity_pool_bucket = azure_native.netapp.CapacityPoolBucket("capacityPoolBucket",
account_name="account1",
bucket_name="bucket1",
file_system_user={
"nfs_user": {
"group_id": 1000,
"user_id": 1001,
},
},
path="/path",
pool_name="pool1",
resource_group_name="myRG",
server={
"certificate_object": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURuVENDQW9XZ0F3SUJBZ0lRR3FXdnRxeHBvSTFJV3Z4VGdJbElWREFOQmdrcWhraUc5dzBCQVFzRkFEQlYKTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEWTI5dE1SY3dGUVlLQ1pJbWlaUHlMR1FCR1JZSGFHRnlhV3R5WWpFbApNQ01HQTFVRUF4TWNhR0Z5YVd0eVlpMVhTVTR0TWtKUFZrRkZTMEkwTkVJdFEwRXRNakFlRncweU1EQTFNRFV3Ck56TTVORGxhRncweU1EQTFNRFl3TnpRNU5EaGFNRlV4RXpBUkJnb0praWFKay9Jc1pBRVpGZ05qYjIweEZ6QVYKQmdvSmtpYUprL0lzWkFFWkZnZG9ZWEpwYTNKaU1TVXdJd1lEVlFRREV4eG9ZWEpwYTNKaUxWZEpUaTB5UWs5VwpRVVZMUWpRMFFpMURRUzB5TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFqMHByCnhaaXpNaDBqYnRwN1ZOc0JrRVJ2MVpZT0MzMEtqaGRWdEExRm1MeFM2cXlycmpMZUdXOXRSd2ZnUkR0eVBodTIKZVJTcVpTUjF6Z1hZR0s0Nys3Y3F0YnB2UElOektCb0dOWERIVTNxVWlleXJWSjFDVzRKNjJodUdrbUV1VVVkMApKMXBxNTVxbjk1SmRUbWh1dmZlTUxxeHB5c01nbGVnY281ZFhoN0hsQkhwaTNKMFN4ZnhVWmxKMVZiOFJZVEZhCkJiMGFlTVZaRzRKeVREaktiMlR1TmFXOG1aUE5vOFBMRDRocjdndFNZUEQvQ1dVVGV5QlpoZC9LTzNPczlWVEIKYmpLUGtWd0J2WEs2SlFMSGprNFBHS3VYZDhaWVFyajBtOWNIZDNmcWNYTXlQUnQ2TlJ4ak0yMTUxckFzSkVhNgpWZC9ta056akpXalBrT2VZUVFJREFRQUJvMmt3WnpBVEJna3JCZ0VFQVlJM0ZBSUVCaDRFQUVNQVFUQU9CZ05WCkhROEJBZjhFQkFNQ0FZWXdEd1lEVlIwVEFRSC9CQVV3QXdFQi96QWRCZ05WSFE0RUZnUVVDVEc2ODJSay9kMysKWGtHa0VMakRFMjI4ZjNnd0VBWUpLd1lCQkFHQ054VUJCQU1DQVFBd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQgpBR1RjTTNnWExIU05wS014RHEvUFpZbWZCMmNlN3VhMmxxbXpzZSt4QmthSTE0WXdzZE5ZQjZBVTNFWDM3QWpZCjd3bm9xQzY1N0U2RVhTODVDckoyNXJNTHo4OEtONGI3cUg5RUowSS9XVHg5YTdUT0ZENENWQThuL0xwNGh1Ym4KNlBFalY5NFlZWXBXTG1hTkkvbGFReWsxSHVJbDFSTCttVDFnSWQ4ZWZXZ1UvNmlVVEw3eGMrdjkyNHBuTHhISwpOSnNTV3c0NFk5a0R5SU9KOXFjWUlBN1lhTkxPZTRjSysvQlRvdDh0dVVKT1hHLzdBRmtxR2EyQVA4MmFZOStKCnkwSmU2OG5nTHJ1dVU4VHpneVpqdkFHcTRrVEVOdWFoaFdHVC9KWkEzOXhSNUV4MmNMUUplcE5NdnlZbUZ3Z1UKME8zYlA0OWNBVFVCMXoyQ3Y5aTRQbVk9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K",
"fqdn": "fullyqualified.domainname.com",
},
volume_name="volume1")
resources:
capacityPoolBucket:
type: azure-native:netapp:CapacityPoolBucket
properties:
accountName: account1
bucketName: bucket1
fileSystemUser:
nfsUser:
groupId: 1000
userId: 1001
path: /path
poolName: pool1
resourceGroupName: myRG
server:
certificateObject: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURuVENDQW9XZ0F3SUJBZ0lRR3FXdnRxeHBvSTFJV3Z4VGdJbElWREFOQmdrcWhraUc5dzBCQVFzRkFEQlYKTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEWTI5dE1SY3dGUVlLQ1pJbWlaUHlMR1FCR1JZSGFHRnlhV3R5WWpFbApNQ01HQTFVRUF4TWNhR0Z5YVd0eVlpMVhTVTR0TWtKUFZrRkZTMEkwTkVJdFEwRXRNakFlRncweU1EQTFNRFV3Ck56TTVORGxhRncweU1EQTFNRFl3TnpRNU5EaGFNRlV4RXpBUkJnb0praWFKay9Jc1pBRVpGZ05qYjIweEZ6QVYKQmdvSmtpYUprL0lzWkFFWkZnZG9ZWEpwYTNKaU1TVXdJd1lEVlFRREV4eG9ZWEpwYTNKaUxWZEpUaTB5UWs5VwpRVVZMUWpRMFFpMURRUzB5TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUFqMHByCnhaaXpNaDBqYnRwN1ZOc0JrRVJ2MVpZT0MzMEtqaGRWdEExRm1MeFM2cXlycmpMZUdXOXRSd2ZnUkR0eVBodTIKZVJTcVpTUjF6Z1hZR0s0Nys3Y3F0YnB2UElOektCb0dOWERIVTNxVWlleXJWSjFDVzRKNjJodUdrbUV1VVVkMApKMXBxNTVxbjk1SmRUbWh1dmZlTUxxeHB5c01nbGVnY281ZFhoN0hsQkhwaTNKMFN4ZnhVWmxKMVZiOFJZVEZhCkJiMGFlTVZaRzRKeVREaktiMlR1TmFXOG1aUE5vOFBMRDRocjdndFNZUEQvQ1dVVGV5QlpoZC9LTzNPczlWVEIKYmpLUGtWd0J2WEs2SlFMSGprNFBHS3VYZDhaWVFyajBtOWNIZDNmcWNYTXlQUnQ2TlJ4ak0yMTUxckFzSkVhNgpWZC9ta056akpXalBrT2VZUVFJREFRQUJvMmt3WnpBVEJna3JCZ0VFQVlJM0ZBSUVCaDRFQUVNQVFUQU9CZ05WCkhROEJBZjhFQkFNQ0FZWXdEd1lEVlIwVEFRSC9CQVV3QXdFQi96QWRCZ05WSFE0RUZnUVVDVEc2ODJSay9kMysKWGtHa0VMakRFMjI4ZjNnd0VBWUpLd1lCQkFHQ054VUJCQU1DQVFBd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQgpBR1RjTTNnWExIU05wS014RHEvUFpZbWZCMmNlN3VhMmxxbXpzZSt4QmthSTE0WXdzZE5ZQjZBVTNFWDM3QWpZCjd3bm9xQzY1N0U2RVhTODVDckoyNXJNTHo4OEtONGI3cUg5RUowSS9XVHg5YTdUT0ZENENWQThuL0xwNGh1Ym4KNlBFalY5NFlZWXBXTG1hTkkvbGFReWsxSHVJbDFSTCttVDFnSWQ4ZWZXZ1UvNmlVVEw3eGMrdjkyNHBuTHhISwpOSnNTV3c0NFk5a0R5SU9KOXFjWUlBN1lhTkxPZTRjSysvQlRvdDh0dVVKT1hHLzdBRmtxR2EyQVA4MmFZOStKCnkwSmU2OG5nTHJ1dVU4VHpneVpqdkFHcTRrVEVOdWFoaFdHVC9KWkEzOXhSNUV4MmNMUUplcE5NdnlZbUZ3Z1UKME8zYlA0OWNBVFVCMXoyQ3Y5aTRQbVk9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K
fqdn: fullyqualified.domainname.com
volumeName: volume1
Create CapacityPoolBucket Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CapacityPoolBucket(name: string, args: CapacityPoolBucketArgs, opts?: CustomResourceOptions);
@overload
def CapacityPoolBucket(resource_name: str,
args: CapacityPoolBucketArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CapacityPoolBucket(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_name: Optional[str] = None,
pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
volume_name: Optional[str] = None,
bucket_name: Optional[str] = None,
file_system_user: Optional[FileSystemUserArgs] = None,
path: Optional[str] = None,
server: Optional[BucketServerPropertiesArgs] = None)
func NewCapacityPoolBucket(ctx *Context, name string, args CapacityPoolBucketArgs, opts ...ResourceOption) (*CapacityPoolBucket, error)
public CapacityPoolBucket(string name, CapacityPoolBucketArgs args, CustomResourceOptions? opts = null)
public CapacityPoolBucket(String name, CapacityPoolBucketArgs args)
public CapacityPoolBucket(String name, CapacityPoolBucketArgs args, CustomResourceOptions options)
type: azure-native:netapp:CapacityPoolBucket
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CapacityPoolBucketArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CapacityPoolBucketArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CapacityPoolBucketArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CapacityPoolBucketArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CapacityPoolBucketArgs
- 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 capacityPoolBucketResource = new AzureNative.NetApp.CapacityPoolBucket("capacityPoolBucketResource", new()
{
AccountName = "string",
PoolName = "string",
ResourceGroupName = "string",
VolumeName = "string",
BucketName = "string",
FileSystemUser = new AzureNative.NetApp.Inputs.FileSystemUserArgs
{
CifsUser = new AzureNative.NetApp.Inputs.CifsUserArgs
{
Username = "string",
},
NfsUser = new AzureNative.NetApp.Inputs.NfsUserArgs
{
GroupId = 0,
UserId = 0,
},
},
Path = "string",
Server = new AzureNative.NetApp.Inputs.BucketServerPropertiesArgs
{
CertificateObject = "string",
Fqdn = "string",
},
});
example, err := netapp.NewCapacityPoolBucket(ctx, "capacityPoolBucketResource", &netapp.CapacityPoolBucketArgs{
AccountName: pulumi.String("string"),
PoolName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
VolumeName: pulumi.String("string"),
BucketName: pulumi.String("string"),
FileSystemUser: &netapp.FileSystemUserArgs{
CifsUser: &netapp.CifsUserArgs{
Username: pulumi.String("string"),
},
NfsUser: &netapp.NfsUserArgs{
GroupId: pulumi.Float64(0),
UserId: pulumi.Float64(0),
},
},
Path: pulumi.String("string"),
Server: &netapp.BucketServerPropertiesArgs{
CertificateObject: pulumi.String("string"),
Fqdn: pulumi.String("string"),
},
})
var capacityPoolBucketResource = new CapacityPoolBucket("capacityPoolBucketResource", CapacityPoolBucketArgs.builder()
.accountName("string")
.poolName("string")
.resourceGroupName("string")
.volumeName("string")
.bucketName("string")
.fileSystemUser(FileSystemUserArgs.builder()
.cifsUser(CifsUserArgs.builder()
.username("string")
.build())
.nfsUser(NfsUserArgs.builder()
.groupId(0)
.userId(0)
.build())
.build())
.path("string")
.server(BucketServerPropertiesArgs.builder()
.certificateObject("string")
.fqdn("string")
.build())
.build());
capacity_pool_bucket_resource = azure_native.netapp.CapacityPoolBucket("capacityPoolBucketResource",
account_name="string",
pool_name="string",
resource_group_name="string",
volume_name="string",
bucket_name="string",
file_system_user={
"cifs_user": {
"username": "string",
},
"nfs_user": {
"group_id": 0,
"user_id": 0,
},
},
path="string",
server={
"certificate_object": "string",
"fqdn": "string",
})
const capacityPoolBucketResource = new azure_native.netapp.CapacityPoolBucket("capacityPoolBucketResource", {
accountName: "string",
poolName: "string",
resourceGroupName: "string",
volumeName: "string",
bucketName: "string",
fileSystemUser: {
cifsUser: {
username: "string",
},
nfsUser: {
groupId: 0,
userId: 0,
},
},
path: "string",
server: {
certificateObject: "string",
fqdn: "string",
},
});
type: azure-native:netapp:CapacityPoolBucket
properties:
accountName: string
bucketName: string
fileSystemUser:
cifsUser:
username: string
nfsUser:
groupId: 0
userId: 0
path: string
poolName: string
resourceGroupName: string
server:
certificateObject: string
fqdn: string
volumeName: string
CapacityPoolBucket 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 CapacityPoolBucket resource accepts the following input properties:
- Account
Name string - The name of the NetApp account
- Pool
Name string - The name of the capacity pool
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Volume
Name string - The name of the volume
- Bucket
Name string - The name of the bucket
- File
System Pulumi.User Azure Native. Net App. Inputs. File System User - File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
- Path string
- The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
- Server
Pulumi.
Azure Native. Net App. Inputs. Bucket Server Properties - Properties of the server managing the lifecycle of volume buckets
- Account
Name string - The name of the NetApp account
- Pool
Name string - The name of the capacity pool
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Volume
Name string - The name of the volume
- Bucket
Name string - The name of the bucket
- File
System FileUser System User Args - File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
- Path string
- The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
- Server
Bucket
Server Properties Args - Properties of the server managing the lifecycle of volume buckets
- account
Name String - The name of the NetApp account
- pool
Name String - The name of the capacity pool
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- volume
Name String - The name of the volume
- bucket
Name String - The name of the bucket
- file
System FileUser System User - File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
- path String
- The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
- server
Bucket
Server Properties - Properties of the server managing the lifecycle of volume buckets
- account
Name string - The name of the NetApp account
- pool
Name string - The name of the capacity pool
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- volume
Name string - The name of the volume
- bucket
Name string - The name of the bucket
- file
System FileUser System User - File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
- path string
- The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
- server
Bucket
Server Properties - Properties of the server managing the lifecycle of volume buckets
- account_
name str - The name of the NetApp account
- pool_
name str - The name of the capacity pool
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- volume_
name str - The name of the volume
- bucket_
name str - The name of the bucket
- file_
system_ Fileuser System User Args - File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
- path str
- The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
- server
Bucket
Server Properties Args - Properties of the server managing the lifecycle of volume buckets
- account
Name String - The name of the NetApp account
- pool
Name String - The name of the capacity pool
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- volume
Name String - The name of the volume
- bucket
Name String - The name of the bucket
- file
System Property MapUser - File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
- path String
- The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created.
- server Property Map
- Properties of the server managing the lifecycle of volume buckets
Outputs
All input properties are implicitly available as output properties. Additionally, the CapacityPoolBucket resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- 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 resource
- Status string
The bucket credentials status. There states:
"NoCredentialsSet": Access and Secret key pair have not been generated. "CredentialsExpired": Access and Secret key pair have expired. "Active": The certificate has been installed and credentials are unexpired.
- System
Data Pulumi.Azure Native. Net App. 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"
- Azure
Api stringVersion - The Azure API version of the resource.
- 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 resource
- Status string
The bucket credentials status. There states:
"NoCredentialsSet": Access and Secret key pair have not been generated. "CredentialsExpired": Access and Secret key pair have expired. "Active": The certificate has been installed and credentials are unexpired.
- 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"
- azure
Api StringVersion - The Azure API version of the resource.
- 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 resource
- status String
The bucket credentials status. There states:
"NoCredentialsSet": Access and Secret key pair have not been generated. "CredentialsExpired": Access and Secret key pair have expired. "Active": The certificate has been installed and credentials are unexpired.
- 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"
- azure
Api stringVersion - The Azure API version of the resource.
- 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 resource
- status string
The bucket credentials status. There states:
"NoCredentialsSet": Access and Secret key pair have not been generated. "CredentialsExpired": Access and Secret key pair have expired. "Active": The certificate has been installed and credentials are unexpired.
- 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"
- azure_
api_ strversion - The Azure API version of the resource.
- 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 resource
- status str
The bucket credentials status. There states:
"NoCredentialsSet": Access and Secret key pair have not been generated. "CredentialsExpired": Access and Secret key pair have expired. "Active": The certificate has been installed and credentials are unexpired.
- 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"
- azure
Api StringVersion - The Azure API version of the resource.
- 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 resource
- status String
The bucket credentials status. There states:
"NoCredentialsSet": Access and Secret key pair have not been generated. "CredentialsExpired": Access and Secret key pair have expired. "Active": The certificate has been installed and credentials are unexpired.
- 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
BucketServerProperties, BucketServerPropertiesArgs
- Certificate
Object string - A base64-encoded PEM file, which includes both the bucket server's certificate and private key. It is used to authenticate the user and allows access to volume data in a read-only manner.
- Fqdn string
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- Certificate
Object string - A base64-encoded PEM file, which includes both the bucket server's certificate and private key. It is used to authenticate the user and allows access to volume data in a read-only manner.
- Fqdn string
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- certificate
Object String - A base64-encoded PEM file, which includes both the bucket server's certificate and private key. It is used to authenticate the user and allows access to volume data in a read-only manner.
- fqdn String
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- certificate
Object string - A base64-encoded PEM file, which includes both the bucket server's certificate and private key. It is used to authenticate the user and allows access to volume data in a read-only manner.
- fqdn string
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- certificate_
object str - A base64-encoded PEM file, which includes both the bucket server's certificate and private key. It is used to authenticate the user and allows access to volume data in a read-only manner.
- fqdn str
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- certificate
Object String - A base64-encoded PEM file, which includes both the bucket server's certificate and private key. It is used to authenticate the user and allows access to volume data in a read-only manner.
- fqdn String
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
BucketServerPropertiesResponse, BucketServerPropertiesResponseArgs
- Certificate
Common stringName - Certificate Common Name taken from the certificate installed on the bucket server
- Certificate
Expiry stringDate - The bucket server's certificate expiry date.
- Ip
Address string - The bucket server's IPv4 address
- Fqdn string
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- Certificate
Common stringName - Certificate Common Name taken from the certificate installed on the bucket server
- Certificate
Expiry stringDate - The bucket server's certificate expiry date.
- Ip
Address string - The bucket server's IPv4 address
- Fqdn string
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- certificate
Common StringName - Certificate Common Name taken from the certificate installed on the bucket server
- certificate
Expiry StringDate - The bucket server's certificate expiry date.
- ip
Address String - The bucket server's IPv4 address
- fqdn String
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- certificate
Common stringName - Certificate Common Name taken from the certificate installed on the bucket server
- certificate
Expiry stringDate - The bucket server's certificate expiry date.
- ip
Address string - The bucket server's IPv4 address
- fqdn string
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- certificate_
common_ strname - Certificate Common Name taken from the certificate installed on the bucket server
- certificate_
expiry_ strdate - The bucket server's certificate expiry date.
- ip_
address str - The bucket server's IPv4 address
- fqdn str
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
- certificate
Common StringName - Certificate Common Name taken from the certificate installed on the bucket server
- certificate
Expiry StringDate - The bucket server's certificate expiry date.
- ip
Address String - The bucket server's IPv4 address
- fqdn String
- The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.
CifsUser, CifsUserArgs
- Username string
- The CIFS user's username
- Username string
- The CIFS user's username
- username String
- The CIFS user's username
- username string
- The CIFS user's username
- username str
- The CIFS user's username
- username String
- The CIFS user's username
CifsUserResponse, CifsUserResponseArgs
- Username string
- The CIFS user's username
- Username string
- The CIFS user's username
- username String
- The CIFS user's username
- username string
- The CIFS user's username
- username str
- The CIFS user's username
- username String
- The CIFS user's username
FileSystemUser, FileSystemUserArgs
- Cifs
User Pulumi.Azure Native. Net App. Inputs. Cifs User - The effective CIFS username when accessing the volume data.
- Nfs
User Pulumi.Azure Native. Net App. Inputs. Nfs User - The effective NFS User ID and Group ID when accessing the volume data.
- cifs
User Property Map - The effective CIFS username when accessing the volume data.
- nfs
User Property Map - The effective NFS User ID and Group ID when accessing the volume data.
FileSystemUserResponse, FileSystemUserResponseArgs
- Cifs
User Pulumi.Azure Native. Net App. Inputs. Cifs User Response - The effective CIFS username when accessing the volume data.
- Nfs
User Pulumi.Azure Native. Net App. Inputs. Nfs User Response - The effective NFS User ID and Group ID when accessing the volume data.
- Cifs
User CifsUser Response - The effective CIFS username when accessing the volume data.
- Nfs
User NfsUser Response - The effective NFS User ID and Group ID when accessing the volume data.
- cifs
User CifsUser Response - The effective CIFS username when accessing the volume data.
- nfs
User NfsUser Response - The effective NFS User ID and Group ID when accessing the volume data.
- cifs
User CifsUser Response - The effective CIFS username when accessing the volume data.
- nfs
User NfsUser Response - The effective NFS User ID and Group ID when accessing the volume data.
- cifs_
user CifsUser Response - The effective CIFS username when accessing the volume data.
- nfs_
user NfsUser Response - The effective NFS User ID and Group ID when accessing the volume data.
- cifs
User Property Map - The effective CIFS username when accessing the volume data.
- nfs
User Property Map - The effective NFS User ID and Group ID when accessing the volume data.
NfsUser, NfsUserArgs
NfsUserResponse, NfsUserResponseArgs
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:netapp:CapacityPoolBucket account1/pool1/volume1/bucket1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/buckets/{bucketName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0