ArmPaloAltoNetworksNgfwModelFactory.RulestackChangelog 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 RulestackChangelog.
public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackChangelog RulestackChangelog(System.Collections.Generic.IEnumerable<string> changes = default, DateTimeOffset? lastCommittedOn = default, DateTimeOffset? lastModifiedOn = default);
static member RulestackChangelog : seq<string> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackChangelog
Public Shared Function RulestackChangelog (Optional changes As IEnumerable(Of String) = Nothing, Optional lastCommittedOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing) As RulestackChangelog
Parameters
- changes
- IEnumerable<String>
list of changes.
- lastCommittedOn
- Nullable<DateTimeOffset>
lastCommitted timestamp.
- lastModifiedOn
- Nullable<DateTimeOffset>
lastModified timestamp.
Returns
A new RulestackChangelog 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