NewAzConnectedKubernetes_CreateExpanded.SystemDataCreatedAt Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Category(new Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="The timestamp of resource creation (UTC).", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="createdAt")]
[System.Management.Automation.Parameter(HelpMessage="The timestamp of resource creation (UTC).", Mandatory=false)]
public DateTime SystemDataCreatedAt { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Category(new Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Description="The timestamp of resource creation (UTC).", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="createdAt")>]
[<System.Management.Automation.Parameter(HelpMessage="The timestamp of resource creation (UTC).", Mandatory=false)>]
member this.SystemDataCreatedAt : DateTime with get, set
Public Property SystemDataCreatedAt As DateTime
Property Value
- Attributes