@@ -51,7 +51,7 @@ public partial class AvailabilitySet :
51
51
/// <summary>The geo-location where the resource lives</summary>
52
52
[ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
53
53
[ 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 ; }
55
55
56
56
/// <summary>Internal Acessors for ExtendedLocation</summary>
57
57
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 :
71
71
/// <summary>Internal Acessors for SystemData</summary>
72
72
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 ; }
73
73
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
+
74
92
/// <summary>Internal Acessors for Type</summary>
75
93
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 ; }
76
94
@@ -102,37 +120,37 @@ public partial class AvailabilitySet :
102
120
/// </summary>
103
121
[ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
104
122
[ 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 */ ; }
106
124
107
125
/// <summary>The timestamp of resource creation (UTC).</summary>
108
126
[ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
109
127
[ 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 ; }
111
129
112
130
/// <summary>The identity that created the resource.</summary>
113
131
[ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
114
132
[ 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 ; }
116
134
117
135
/// <summary>The type of identity that created the resource.</summary>
118
136
[ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
119
137
[ 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 ; }
121
139
122
140
/// <summary>The timestamp of resource last modification (UTC)</summary>
123
141
[ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
124
142
[ 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 ; }
126
144
127
145
/// <summary>The identity that last modified the resource.</summary>
128
146
[ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
129
147
[ 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 ; }
131
149
132
150
/// <summary>The type of identity that last modified the resource.</summary>
133
151
[ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
134
152
[ 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 ; }
136
154
137
155
/// <summary>Resource tags.</summary>
138
156
[ Microsoft . Azure . PowerShell . Cmdlets . ScVmm . Origin ( Microsoft . Azure . PowerShell . Cmdlets . ScVmm . PropertyOrigin . Inherited ) ]
0 commit comments