Registry Args
constructor(adminUserEnabled: Output<Boolean>? = null, anonymousPullEnabled: Output<Boolean>? = null, dataEndpointEnabled: Output<Boolean>? = null, encryption: Output<EncryptionPropertyArgs>? = null, identity: Output<IdentityPropertiesArgs>? = null, location: Output<String>? = null, networkRuleBypassOptions: Output<Either<String, NetworkRuleBypassOptions>>? = null, networkRuleSet: Output<NetworkRuleSetArgs>? = null, policies: Output<PoliciesArgs>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, registryName: Output<String>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null, zoneRedundancy: Output<Either<String, ZoneRedundancy>>? = null)