@@ -415,4 +415,16 @@ public AppConfigurationStorePatch() { }
415415 public string SkuName { get { throw null ; } set { } }
416416 public System . Collections . Generic . IDictionary < string , string > Tags { get { throw null ; } }
417417 }
418+ public static partial class ArmAppConfigurationModelFactory
419+ {
420+ public static Azure . ResourceManager . AppConfiguration . AppConfigurationKeyValueData AppConfigurationKeyValueData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , string key = null , string label = null , string value = null , string contentType = null , Azure . ETag ? eTag = default ( Azure . ETag ? ) , System . DateTimeOffset ? lastModifiedOn = default ( System . DateTimeOffset ? ) , bool ? isLocked = default ( bool ? ) , System . Collections . Generic . IDictionary < string , string > tags = null ) { throw null ; }
421+ public static Azure . ResourceManager . AppConfiguration . Models . AppConfigurationNameAvailabilityResult AppConfigurationNameAvailabilityResult ( bool ? isNameAvailable = default ( bool ? ) , string message = null , string reason = null ) { throw null ; }
422+ public static Azure . ResourceManager . AppConfiguration . AppConfigurationPrivateEndpointConnectionData AppConfigurationPrivateEndpointConnectionData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? ) , Azure . Core . ResourceIdentifier privateEndpointId = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateLinkServiceConnectionState connectionState = null ) { throw null ; }
423+ public static Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateEndpointConnectionReference AppConfigurationPrivateEndpointConnectionReference ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? ) , Azure . Core . ResourceIdentifier privateEndpointId = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateLinkServiceConnectionState connectionState = null ) { throw null ; }
424+ public static Azure . ResourceManager . AppConfiguration . AppConfigurationPrivateLinkResourceData AppConfigurationPrivateLinkResourceData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , string groupId = null , System . Collections . Generic . IEnumerable < string > requiredMembers = null , System . Collections . Generic . IEnumerable < string > requiredZoneNames = null ) { throw null ; }
425+ public static Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateLinkServiceConnectionState AppConfigurationPrivateLinkServiceConnectionState ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateLinkServiceConnectionStatus ? status = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateLinkServiceConnectionStatus ? ) , string description = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationActionsRequired ? actionsRequired = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationActionsRequired ? ) ) { throw null ; }
426+ public static Azure . ResourceManager . AppConfiguration . Models . AppConfigurationStoreApiKey AppConfigurationStoreApiKey ( string id = null , string name = null , string value = null , string connectionString = null , System . DateTimeOffset ? lastModifiedOn = default ( System . DateTimeOffset ? ) , bool ? isReadOnly = default ( bool ? ) ) { throw null ; }
427+ public static Azure . ResourceManager . AppConfiguration . AppConfigurationStoreData AppConfigurationStoreData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , string skuName = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? ) , System . DateTimeOffset ? createdOn = default ( System . DateTimeOffset ? ) , string endpoint = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationKeyVaultProperties encryptionKeyVaultProperties = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateEndpointConnectionReference > privateEndpointConnections = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? publicNetworkAccess = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? ) , bool ? disableLocalAuth = default ( bool ? ) , int ? softDeleteRetentionInDays = default ( int ? ) , bool ? enablePurgeProtection = default ( bool ? ) , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationCreateMode ? createMode = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationCreateMode ? ) ) { throw null ; }
428+ public static Azure . ResourceManager . AppConfiguration . DeletedAppConfigurationStoreData DeletedAppConfigurationStoreData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . Core . ResourceIdentifier configurationStoreId = null , Azure . Core . AzureLocation ? location = default ( Azure . Core . AzureLocation ? ) , System . DateTimeOffset ? deletedOn = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? scheduledPurgeOn = default ( System . DateTimeOffset ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > tags = null , bool ? isPurgeProtectionEnabled = default ( bool ? ) ) { throw null ; }
429+ }
418430}
0 commit comments