ArtifactStorePropertiesFormatArgs

data class ArtifactStorePropertiesFormatArgs(val backingResourcePublicNetworkAccess: Output<Either<String, BackingResourcePublicNetworkAccess>>? = null, val managedResourceGroupConfiguration: Output<ArtifactStorePropertiesFormatManagedResourceGroupConfigurationArgs>? = null, val replicationStrategy: Output<Either<String, ArtifactReplicationStrategy>>? = null, val storeType: Output<Either<String, ArtifactStoreType>>? = null) : ConvertibleToJava<ArtifactStorePropertiesFormatArgs>

Artifact store properties.

Constructors

Link copied to clipboard
constructor(backingResourcePublicNetworkAccess: Output<Either<String, BackingResourcePublicNetworkAccess>>? = null, managedResourceGroupConfiguration: Output<ArtifactStorePropertiesFormatManagedResourceGroupConfigurationArgs>? = null, replicationStrategy: Output<Either<String, ArtifactReplicationStrategy>>? = null, storeType: Output<Either<String, ArtifactStoreType>>? = null)

Properties

Link copied to clipboard

The artifact store backing resource network access type

Link copied to clipboard

The replication strategy.

Link copied to clipboard
val storeType: Output<Either<String, ArtifactStoreType>>? = null

The artifact store type.

Functions

Link copied to clipboard
open override fun toJava(): ArtifactStorePropertiesFormatArgs