PartnerConfigurationUpdateParameters 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
PartnerConfigurationUpdateParameters() |
Initializes a new instance of the PartnerConfigurationUpdateParameters class. |
PartnerConfigurationUpdateParameters(IDictionary<String,String>, Nullable<Int32>) |
Initializes a new instance of the PartnerConfigurationUpdateParameters class. |
PartnerConfigurationUpdateParameters()
Initializes a new instance of the PartnerConfigurationUpdateParameters class.
public PartnerConfigurationUpdateParameters ();
Public Sub New ()
Applies to
PartnerConfigurationUpdateParameters(IDictionary<String,String>, Nullable<Int32>)
Initializes a new instance of the PartnerConfigurationUpdateParameters class.
public PartnerConfigurationUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, int? defaultMaximumExpirationTimeInDays = default);
new Microsoft.Azure.Management.EventGrid.Models.PartnerConfigurationUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Nullable<int> -> Microsoft.Azure.Management.EventGrid.Models.PartnerConfigurationUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional defaultMaximumExpirationTimeInDays As Nullable(Of Integer) = Nothing)
Parameters
- tags
- IDictionary<String,String>
Tags of the partner configuration resource.
The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.
Applies to
Azure SDK for .NET