@@ -1115,7 +1115,10 @@ public AppPlatformAppProperties() { }
1115
1115
public Azure . ResourceManager . AppPlatform . Models . AppPersistentDisk PersistentDisk { get { throw null ; } set { } }
1116
1116
public Azure . ResourceManager . AppPlatform . Models . AppPlatformAppProvisioningState ? ProvisioningState { get { throw null ; } }
1117
1117
public Azure . ResourceManager . AppPlatform . Models . AppTemporaryDisk TemporaryDisk { get { throw null ; } set { } }
1118
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1119
+ [ System . ObsoleteAttribute ( "'Uri' is deprecated. Use 'UriString' instead." ) ]
1118
1120
public System . Uri Uri { get { throw null ; } }
1121
+ public string UriString { get { throw null ; } }
1119
1122
public Azure . ResourceManager . AppPlatform . Models . AppVnetAddons VnetAddons { get { throw null ; } set { } }
1120
1123
}
1121
1124
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
@@ -2193,7 +2196,7 @@ public static partial class ArmAppPlatformModelFactory
2193
2196
public static Azure . ResourceManager . AppPlatform . Models . AppPlatformApiPortalProperties AppPlatformApiPortalProperties ( Azure . ResourceManager . AppPlatform . Models . AppPlatformApiPortalProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppPlatform . Models . AppPlatformApiPortalProvisioningState ? ) , bool ? isPublic = default ( bool ? ) , System . Uri uri = null , bool ? isHttpsOnly = default ( bool ? ) , System . Collections . Generic . IEnumerable < Azure . Core . ResourceIdentifier > gatewayIds = null , System . Collections . Generic . IEnumerable < System . Uri > sourceUris = null , Azure . ResourceManager . AppPlatform . Models . AppPlatformSsoProperties ssoProperties = null , Azure . ResourceManager . AppPlatform . Models . AppPlatformApiPortalResourceRequirements resourceRequests = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppPlatform . Models . AppPlatformApiPortalInstance > instances = null ) { throw null ; }
2194
2197
public static Azure . ResourceManager . AppPlatform . Models . AppPlatformApiPortalResourceRequirements AppPlatformApiPortalResourceRequirements ( string cpu = null , string memory = null ) { throw null ; }
2195
2198
public static Azure . ResourceManager . AppPlatform . AppPlatformAppData AppPlatformAppData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . AppPlatform . Models . AppPlatformAppProperties properties = null , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , Azure . Core . AzureLocation ? location = default ( Azure . Core . AzureLocation ? ) ) { throw null ; }
2196
- public static Azure . ResourceManager . AppPlatform . Models . AppPlatformAppProperties AppPlatformAppProperties ( bool ? isPublic = default ( bool ? ) , System . Uri uri = null , System . Collections . Generic . IDictionary < string , System . Collections . Generic . IDictionary < string , System . BinaryData > > addonConfigs = null , Azure . ResourceManager . AppPlatform . Models . AppPlatformAppProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppPlatform . Models . AppPlatformAppProvisioningState ? ) , string fqdn = null , bool ? isHttpsOnly = default ( bool ? ) , Azure . ResourceManager . AppPlatform . Models . AppTemporaryDisk temporaryDisk = null , Azure . ResourceManager . AppPlatform . Models . AppPersistentDisk persistentDisk = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppPlatform . Models . AppCustomPersistentDisk > customPersistentDisks = null , bool ? isEndToEndTlsEnabled = default ( bool ? ) , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppPlatform . Models . AppLoadedCertificate > loadedCertificates = null , Azure . ResourceManager . AppPlatform . Models . AppVnetAddons vnetAddons = null , Azure . ResourceManager . AppPlatform . Models . AppIngressSettings ingressSettings = null ) { throw null ; }
2199
+ public static Azure . ResourceManager . AppPlatform . Models . AppPlatformAppProperties AppPlatformAppProperties ( bool ? isPublic = default ( bool ? ) , string uriString = null , System . Collections . Generic . IDictionary < string , System . Collections . Generic . IDictionary < string , System . BinaryData > > addonConfigs = null , Azure . ResourceManager . AppPlatform . Models . AppPlatformAppProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppPlatform . Models . AppPlatformAppProvisioningState ? ) , string fqdn = null , bool ? isHttpsOnly = default ( bool ? ) , Azure . ResourceManager . AppPlatform . Models . AppTemporaryDisk temporaryDisk = null , Azure . ResourceManager . AppPlatform . Models . AppPersistentDisk persistentDisk = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppPlatform . Models . AppCustomPersistentDisk > customPersistentDisks = null , bool ? isEndToEndTlsEnabled = default ( bool ? ) , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppPlatform . Models . AppLoadedCertificate > loadedCertificates = null , Azure . ResourceManager . AppPlatform . Models . AppVnetAddons vnetAddons = null , Azure . ResourceManager . AppPlatform . Models . AppIngressSettings ingressSettings = null ) { throw null ; }
2197
2200
public static Azure . ResourceManager . AppPlatform . AppPlatformBindingData AppPlatformBindingData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . AppPlatform . Models . AppPlatformBindingProperties properties = null ) { throw null ; }
2198
2201
public static Azure . ResourceManager . AppPlatform . Models . AppPlatformBindingProperties AppPlatformBindingProperties ( string resourceName = null , string resourceType = null , Azure . Core . ResourceIdentifier resourceId = null , string key = null , System . Collections . Generic . IDictionary < string , System . BinaryData > bindingParameters = null , string generatedProperties = null , System . DateTimeOffset ? createdOn = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? updatedOn = default ( System . DateTimeOffset ? ) ) { throw null ; }
2199
2202
public static Azure . ResourceManager . AppPlatform . AppPlatformBuildData AppPlatformBuildData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . AppPlatform . Models . AppPlatformBuildProperties properties = null ) { throw null ; }
0 commit comments