@@ -51,7 +51,7 @@ public partial class AvailabilitySet :
5151 /// <summary>The geo-location where the resource lives</summary>
5252 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
5353 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . DoNotFormat ]
54- public string Location { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . ITrackedResourceInternal ) __trackedResource ) . Location ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . ITrackedResourceInternal ) __trackedResource ) . Location = value ; }
54+ public string Location { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . ITrackedResourceInternal ) __trackedResource ) . Location ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . ITrackedResourceInternal ) __trackedResource ) . Location = value ?? null ; }
5555
5656 /// <summary>Internal Acessors for ExtendedLocation</summary>
5757 Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IExtendedLocation Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IAvailabilitySetInternal . ExtendedLocation { get => ( this . _extendedLocation = this . _extendedLocation ?? new Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . ExtendedLocation ( ) ) ; set { { _extendedLocation = value ; } } }
@@ -71,6 +71,24 @@ public partial class AvailabilitySet :
7171 /// <summary>Internal Acessors for SystemData</summary>
7272 Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . ISystemData Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal . SystemData { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemData ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemData = value ; }
7373
74+ /// <summary>Internal Acessors for SystemDataCreatedAt</summary>
75+ global ::System . DateTime ? Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal . SystemDataCreatedAt { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedAt ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedAt = value ; }
76+
77+ /// <summary>Internal Acessors for SystemDataCreatedBy</summary>
78+ string Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal . SystemDataCreatedBy { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedBy ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedBy = value ; }
79+
80+ /// <summary>Internal Acessors for SystemDataCreatedByType</summary>
81+ string Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal . SystemDataCreatedByType { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedByType ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedByType = value ; }
82+
83+ /// <summary>Internal Acessors for SystemDataLastModifiedAt</summary>
84+ global ::System . DateTime ? Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal . SystemDataLastModifiedAt { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedAt ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedAt = value ; }
85+
86+ /// <summary>Internal Acessors for SystemDataLastModifiedBy</summary>
87+ string Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal . SystemDataLastModifiedBy { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedBy ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedBy = value ; }
88+
89+ /// <summary>Internal Acessors for SystemDataLastModifiedByType</summary>
90+ string Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal . SystemDataLastModifiedByType { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedByType ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedByType = value ; }
91+
7492 /// <summary>Internal Acessors for Type</summary>
7593 string Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal . Type { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . Type ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . Type = value ; }
7694
@@ -102,37 +120,37 @@ public partial class AvailabilitySet :
102120 /// </summary>
103121 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
104122 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . DoNotFormat ]
105- internal Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . ISystemData SystemData { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemData ; }
123+ internal Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . ISystemData SystemData { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemData ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemData = value ?? null /* model class */ ; }
106124
107125 /// <summary>The timestamp of resource creation (UTC).</summary>
108126 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
109127 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . DoNotFormat ]
110- public global ::System . DateTime ? SystemDataCreatedAt { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedAt ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedAt = value ?? default ( global :: System . DateTime ) ; }
128+ public global ::System . DateTime ? SystemDataCreatedAt { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedAt ; }
111129
112130 /// <summary>The identity that created the resource.</summary>
113131 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
114132 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . DoNotFormat ]
115- public string SystemDataCreatedBy { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedBy ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedBy = value ?? null ; }
133+ public string SystemDataCreatedBy { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedBy ; }
116134
117135 /// <summary>The type of identity that created the resource.</summary>
118136 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
119137 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . DoNotFormat ]
120- public string SystemDataCreatedByType { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedByType ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedByType = value ?? null ; }
138+ public string SystemDataCreatedByType { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataCreatedByType ; }
121139
122140 /// <summary>The timestamp of resource last modification (UTC)</summary>
123141 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
124142 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . DoNotFormat ]
125- public global ::System . DateTime ? SystemDataLastModifiedAt { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedAt ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedAt = value ?? default ( global :: System . DateTime ) ; }
143+ public global ::System . DateTime ? SystemDataLastModifiedAt { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedAt ; }
126144
127145 /// <summary>The identity that last modified the resource.</summary>
128146 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
129147 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . DoNotFormat ]
130- public string SystemDataLastModifiedBy { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedBy ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedBy = value ?? null ; }
148+ public string SystemDataLastModifiedBy { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedBy ; }
131149
132150 /// <summary>The type of identity that last modified the resource.</summary>
133151 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
134152 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . DoNotFormat ]
135- public string SystemDataLastModifiedByType { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedByType ; set => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedByType = value ?? null ; }
153+ public string SystemDataLastModifiedByType { get => ( ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Models . IResourceInternal ) __trackedResource ) . SystemDataLastModifiedByType ; }
136154
137155 /// <summary>Resource tags.</summary>
138156 [ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
0 commit comments