GetCallbackUrlParameters 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
GetCallbackUrlParameters() |
Initializes a new instance of the GetCallbackUrlParameters class. |
GetCallbackUrlParameters(Nullable<DateTime>, String) |
Initializes a new instance of the GetCallbackUrlParameters class. |
GetCallbackUrlParameters()
Initializes a new instance of the GetCallbackUrlParameters class.
public GetCallbackUrlParameters ();
Public Sub New ()
Applies to
GetCallbackUrlParameters(Nullable<DateTime>, String)
Initializes a new instance of the GetCallbackUrlParameters class.
public GetCallbackUrlParameters (DateTime? notAfter = default, string keyType = default);
new Microsoft.Azure.Management.Logic.Models.GetCallbackUrlParameters : Nullable<DateTime> * string -> Microsoft.Azure.Management.Logic.Models.GetCallbackUrlParameters
Public Sub New (Optional notAfter As Nullable(Of DateTime) = Nothing, Optional keyType As String = Nothing)
Parameters
- keyType
- String
The key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET