PartnerAuthorization 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
PartnerAuthorization() |
Initializes a new instance of the PartnerAuthorization class. |
PartnerAuthorization(Nullable<Int32>, IList<Partner>) |
Initializes a new instance of the PartnerAuthorization class. |
PartnerAuthorization()
Initializes a new instance of the PartnerAuthorization class.
public PartnerAuthorization ();
Public Sub New ()
Applies to
PartnerAuthorization(Nullable<Int32>, IList<Partner>)
Initializes a new instance of the PartnerAuthorization class.
public PartnerAuthorization (int? defaultMaximumExpirationTimeInDays = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.Partner> authorizedPartnersList = default);
new Microsoft.Azure.Management.EventGrid.Models.PartnerAuthorization : Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.Partner> -> Microsoft.Azure.Management.EventGrid.Models.PartnerAuthorization
Public Sub New (Optional defaultMaximumExpirationTimeInDays As Nullable(Of Integer) = Nothing, Optional authorizedPartnersList As IList(Of Partner) = Nothing)
Parameters
Time used to validate the authorization expiration time for each authorized partner. If DefaultMaximumExpirationTimeInDays is not specified, the default is 7 days. Otherwise, allowed values are between 1 and 365 days.
Applies to
Azure SDK for .NET