ArmMapsModelFactory.MapsAccountKeys Method
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.
Initializes a new instance of MapsAccountKeys.
public static Azure.ResourceManager.Maps.Models.MapsAccountKeys MapsAccountKeys (DateTimeOffset? primaryKeyLastUpdatedOn = default, string primaryKey = default, string secondaryKey = default, DateTimeOffset? secondaryKeyLastUpdatedOn = default);
static member MapsAccountKeys : Nullable<DateTimeOffset> * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Maps.Models.MapsAccountKeys
Public Shared Function MapsAccountKeys (Optional primaryKeyLastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing, Optional secondaryKeyLastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing) As MapsAccountKeys
Parameters
- primaryKeyLastUpdatedOn
- Nullable<DateTimeOffset>
The last updated date and time of the primary key.
- primaryKey
- String
The primary key for accessing the Maps REST APIs.
- secondaryKey
- String
The secondary key for accessing the Maps REST APIs.
- secondaryKeyLastUpdatedOn
- Nullable<DateTimeOffset>
The last updated date and time of the secondary key.
Returns
A new MapsAccountKeys instance for mocking.
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