
com.pulumi.azurenative.machinelearningservices.inputs.StorageAccountDetailsArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.machinelearningservices.inputs;
import com.pulumi.azurenative.machinelearningservices.inputs.SystemCreatedStorageAccountArgs;
import com.pulumi.azurenative.machinelearningservices.inputs.UserCreatedStorageAccountArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Details of storage account to be used for the Registry
*
*/
public final class StorageAccountDetailsArgs extends com.pulumi.resources.ResourceArgs {
public static final StorageAccountDetailsArgs Empty = new StorageAccountDetailsArgs();
/**
* Details of system created storage account to be used for the registry
*
*/
@Import(name="systemCreatedStorageAccount")
private @Nullable Output systemCreatedStorageAccount;
/**
* @return Details of system created storage account to be used for the registry
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy