ArmConfluentModelFactory.SCMetadataEntity 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 SCMetadataEntity.
public static Azure.ResourceManager.Confluent.Models.SCMetadataEntity SCMetadataEntity (string self = default, string resourceName = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, DateTimeOffset? deletedOn = default);
static member SCMetadataEntity : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Confluent.Models.SCMetadataEntity
Public Shared Function SCMetadataEntity (Optional self As String = Nothing, Optional resourceName As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional deletedOn As Nullable(Of DateTimeOffset) = Nothing) As SCMetadataEntity
Parameters
- self
- String
Self lookup url.
- resourceName
- String
Resource name of the record.
- createdOn
- Nullable<DateTimeOffset>
Created Date Time.
- updatedOn
- Nullable<DateTimeOffset>
Updated Date time.
- deletedOn
- Nullable<DateTimeOffset>
Deleted Date time.
Returns
A new SCMetadataEntity instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET