ServiceCorsConfigurationInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServiceCorsConfigurationInfo() |
Initializes a new instance of the ServiceCorsConfigurationInfo class. |
ServiceCorsConfigurationInfo(IList<String>, IList<String>, IList<String>, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the ServiceCorsConfigurationInfo class. |
ServiceCorsConfigurationInfo()
Initializes a new instance of the ServiceCorsConfigurationInfo class.
public ServiceCorsConfigurationInfo ();
Public Sub New ()
Applies to
ServiceCorsConfigurationInfo(IList<String>, IList<String>, IList<String>, Nullable<Int32>, Nullable<Boolean>)
Initializes a new instance of the ServiceCorsConfigurationInfo class.
public ServiceCorsConfigurationInfo (System.Collections.Generic.IList<string> origins = default, System.Collections.Generic.IList<string> headers = default, System.Collections.Generic.IList<string> methods = default, int? maxAge = default, bool? allowCredentials = default);
new Microsoft.Azure.Management.HealthcareApis.Models.ServiceCorsConfigurationInfo : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.HealthcareApis.Models.ServiceCorsConfigurationInfo
Public Sub New (Optional origins As IList(Of String) = Nothing, Optional headers As IList(Of String) = Nothing, Optional methods As IList(Of String) = Nothing, Optional maxAge As Nullable(Of Integer) = Nothing, Optional allowCredentials As Nullable(Of Boolean) = Nothing)
Parameters
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET