Artifact Store Properties Format Args
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
val backingResourcePublicNetworkAccess: Output<Either<String, BackingResourcePublicNetworkAccess>>? = null
The artifact store backing resource network access type
Link copied to clipboard
Link copied to clipboard
The replication strategy.
Link copied to clipboard
The artifact store type.