@@ -698,8 +698,8 @@ public GalleryApplicationData(Azure.Core.AzureLocation location) : base (default
698
698
public string Description { get { throw null; } set { } }
699
699
public System.DateTimeOffset? EndOfLifeDate { get { throw null; } set { } }
700
700
public string Eula { get { throw null; } set { } }
701
- public string PrivacyStatementUri { get { throw null; } set { } }
702
- public string ReleaseNoteUri { get { throw null; } set { } }
701
+ public System.Uri PrivacyStatementUri { get { throw null; } set { } }
702
+ public System.Uri ReleaseNoteUri { get { throw null; } set { } }
703
703
public Azure.ResourceManager.Compute.Models.OperatingSystemTypes? SupportedOSType { get { throw null; } set { } }
704
704
}
705
705
public partial class GalleryApplicationVersion : Azure.ResourceManager.Core.ArmResource
@@ -826,11 +826,11 @@ public GalleryImageData(Azure.Core.AzureLocation location) : base (default(Azure
826
826
public Azure.ResourceManager.Compute.Models.GalleryImageIdentifier Identifier { get { throw null; } set { } }
827
827
public Azure.ResourceManager.Compute.Models.OperatingSystemStateTypes? OSState { get { throw null; } set { } }
828
828
public Azure.ResourceManager.Compute.Models.OperatingSystemTypes? OSType { get { throw null; } set { } }
829
- public string PrivacyStatementUri { get { throw null; } set { } }
829
+ public System.Uri PrivacyStatementUri { get { throw null; } set { } }
830
830
public Azure.ResourceManager.Compute.Models.GalleryImagePropertiesProvisioningState? ProvisioningState { get { throw null; } }
831
831
public Azure.ResourceManager.Compute.Models.ImagePurchasePlan PurchasePlan { get { throw null; } set { } }
832
832
public Azure.ResourceManager.Compute.Models.RecommendedMachineConfiguration Recommended { get { throw null; } set { } }
833
- public string ReleaseNoteUri { get { throw null; } set { } }
833
+ public System.Uri ReleaseNoteUri { get { throw null; } set { } }
834
834
}
835
835
public partial class GalleryImageVersion : Azure.ResourceManager.Core.ArmResource
836
836
{
@@ -1786,9 +1786,9 @@ public partial class VirtualMachineRunCommandData : Azure.ResourceManager.Models
1786
1786
{
1787
1787
public VirtualMachineRunCommandData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { }
1788
1788
public bool? AsyncExecution { get { throw null; } set { } }
1789
- public string ErrorBlobUri { get { throw null; } set { } }
1789
+ public System.Uri ErrorBlobUri { get { throw null; } set { } }
1790
1790
public Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandInstanceView InstanceView { get { throw null; } }
1791
- public string OutputBlobUri { get { throw null; } set { } }
1791
+ public System.Uri OutputBlobUri { get { throw null; } set { } }
1792
1792
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.RunCommandInputParameter> Parameters { get { throw null; } }
1793
1793
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.RunCommandInputParameter> ProtectedParameters { get { throw null; } }
1794
1794
public string ProvisioningState { get { throw null; } }
@@ -2311,13 +2311,13 @@ public partial class BootDiagnostics
2311
2311
{
2312
2312
public BootDiagnostics() { }
2313
2313
public bool? Enabled { get { throw null; } set { } }
2314
- public string StorageUri { get { throw null; } set { } }
2314
+ public System.Uri StorageUri { get { throw null; } set { } }
2315
2315
}
2316
2316
public partial class BootDiagnosticsInstanceView
2317
2317
{
2318
2318
internal BootDiagnosticsInstanceView() { }
2319
- public string ConsoleScreenshotBlobUri { get { throw null; } }
2320
- public string SerialConsoleLogBlobUri { get { throw null; } }
2319
+ public System.Uri ConsoleScreenshotBlobUri { get { throw null; } }
2320
+ public System.Uri SerialConsoleLogBlobUri { get { throw null; } }
2321
2321
public Azure.ResourceManager.Compute.Models.InstanceViewStatus Status { get { throw null; } }
2322
2322
}
2323
2323
public enum CachingTypes
@@ -2745,10 +2745,10 @@ public CreationData(Azure.ResourceManager.Compute.Models.DiskCreateOption create
2745
2745
public Azure.ResourceManager.Compute.Models.ImageDiskReference GalleryImageReference { get { throw null; } set { } }
2746
2746
public Azure.ResourceManager.Compute.Models.ImageDiskReference ImageReference { get { throw null; } set { } }
2747
2747
public int? LogicalSectorSize { get { throw null; } set { } }
2748
- public string SecurityDataUri { get { throw null; } set { } }
2748
+ public System.Uri SecurityDataUri { get { throw null; } set { } }
2749
2749
public string SourceResourceId { get { throw null; } set { } }
2750
2750
public string SourceUniqueId { get { throw null; } }
2751
- public string SourceUri { get { throw null; } set { } }
2751
+ public System.Uri SourceUri { get { throw null; } set { } }
2752
2752
public string StorageAccountId { get { throw null; } set { } }
2753
2753
public long? UploadSizeBytes { get { throw null; } set { } }
2754
2754
}
@@ -3593,8 +3593,8 @@ public GalleryApplicationUpdate() { }
3593
3593
public string Description { get { throw null; } set { } }
3594
3594
public System.DateTimeOffset? EndOfLifeDate { get { throw null; } set { } }
3595
3595
public string Eula { get { throw null; } set { } }
3596
- public string PrivacyStatementUri { get { throw null; } set { } }
3597
- public string ReleaseNoteUri { get { throw null; } set { } }
3596
+ public System.Uri PrivacyStatementUri { get { throw null; } set { } }
3597
+ public System.Uri ReleaseNoteUri { get { throw null; } set { } }
3598
3598
public Azure.ResourceManager.Compute.Models.OperatingSystemTypes? SupportedOSType { get { throw null; } set { } }
3599
3599
}
3600
3600
public partial class GalleryApplicationUpdateOperation : Azure.Operation<Azure.ResourceManager.Compute.GalleryApplication>
@@ -3812,11 +3812,11 @@ public GalleryImageUpdate() { }
3812
3812
public Azure.ResourceManager.Compute.Models.GalleryImageIdentifier Identifier { get { throw null; } set { } }
3813
3813
public Azure.ResourceManager.Compute.Models.OperatingSystemStateTypes? OSState { get { throw null; } set { } }
3814
3814
public Azure.ResourceManager.Compute.Models.OperatingSystemTypes? OSType { get { throw null; } set { } }
3815
- public string PrivacyStatementUri { get { throw null; } set { } }
3815
+ public System.Uri PrivacyStatementUri { get { throw null; } set { } }
3816
3816
public Azure.ResourceManager.Compute.Models.GalleryImagePropertiesProvisioningState? ProvisioningState { get { throw null; } }
3817
3817
public Azure.ResourceManager.Compute.Models.ImagePurchasePlan PurchasePlan { get { throw null; } set { } }
3818
3818
public Azure.ResourceManager.Compute.Models.RecommendedMachineConfiguration Recommended { get { throw null; } set { } }
3819
- public string ReleaseNoteUri { get { throw null; } set { } }
3819
+ public System.Uri ReleaseNoteUri { get { throw null; } set { } }
3820
3820
}
3821
3821
public partial class GalleryImageUpdateOperation : Azure.Operation<Azure.ResourceManager.Compute.GalleryImage>
3822
3822
{
@@ -4093,7 +4093,7 @@ protected ImageDeleteOperation() { }
4093
4093
public partial class ImageDisk
4094
4094
{
4095
4095
public ImageDisk() { }
4096
- public string BlobUri { get { throw null; } set { } }
4096
+ public System.Uri BlobUri { get { throw null; } set { } }
4097
4097
public Azure.ResourceManager.Compute.Models.CachingTypes? Caching { get { throw null; } set { } }
4098
4098
public Azure.ResourceManager.Resources.Models.WritableSubResource DiskEncryptionSet { get { throw null; } set { } }
4099
4099
public int? DiskSizeGB { get { throw null; } set { } }
@@ -4367,8 +4367,8 @@ internal LogAnalytics() { }
4367
4367
}
4368
4368
public partial class LogAnalyticsInputBase
4369
4369
{
4370
- public LogAnalyticsInputBase(string blobContainerSasUri, System.DateTimeOffset fromTime, System.DateTimeOffset toTime) { }
4371
- public string BlobContainerSasUri { get { throw null; } }
4370
+ public LogAnalyticsInputBase(System.Uri blobContainerSasUri, System.DateTimeOffset fromTime, System.DateTimeOffset toTime) { }
4371
+ public System.Uri BlobContainerSasUri { get { throw null; } }
4372
4372
public System.DateTimeOffset FromTime { get { throw null; } }
4373
4373
public bool? GroupByClientApplicationId { get { throw null; } set { } }
4374
4374
public bool? GroupByOperationName { get { throw null; } set { } }
@@ -5041,7 +5041,7 @@ internal ReplicationStatus() { }
5041
5041
}
5042
5042
public partial class RequestRateByIntervalInput : Azure.ResourceManager.Compute.Models.LogAnalyticsInputBase
5043
5043
{
5044
- public RequestRateByIntervalInput(string blobContainerSasUri, System.DateTimeOffset fromTime, System.DateTimeOffset toTime, Azure.ResourceManager.Compute.Models.IntervalInMins intervalLength) : base (default(string ), default(System.DateTimeOffset), default(System.DateTimeOffset)) { }
5044
+ public RequestRateByIntervalInput(System.Uri blobContainerSasUri, System.DateTimeOffset fromTime, System.DateTimeOffset toTime, Azure.ResourceManager.Compute.Models.IntervalInMins intervalLength) : base (default(System.Uri ), default(System.DateTimeOffset), default(System.DateTimeOffset)) { }
5045
5045
public Azure.ResourceManager.Compute.Models.IntervalInMins IntervalLength { get { throw null; } }
5046
5046
}
5047
5047
public enum ResourceIdentityType
@@ -5270,8 +5270,8 @@ internal RestorePointSourceVmStorageProfile() { }
5270
5270
public partial class RetrieveBootDiagnosticsDataResult
5271
5271
{
5272
5272
internal RetrieveBootDiagnosticsDataResult() { }
5273
- public string ConsoleScreenshotBlobUri { get { throw null; } }
5274
- public string SerialConsoleLogBlobUri { get { throw null; } }
5273
+ public System.Uri ConsoleScreenshotBlobUri { get { throw null; } }
5274
+ public System.Uri SerialConsoleLogBlobUri { get { throw null; } }
5275
5275
}
5276
5276
public partial class RoleInstanceDeleteOperation : Azure.Operation
5277
5277
{
@@ -5504,7 +5504,7 @@ public enum SettingNames
5504
5504
public partial class ShareInfoElement
5505
5505
{
5506
5506
internal ShareInfoElement() { }
5507
- public string VmUri { get { throw null; } }
5507
+ public System.Uri VmUri { get { throw null; } }
5508
5508
}
5509
5509
public partial class SharingProfile
5510
5510
{
@@ -5823,7 +5823,7 @@ public TerminateNotificationProfile() { }
5823
5823
}
5824
5824
public partial class ThrottledRequestsInput : Azure.ResourceManager.Compute.Models.LogAnalyticsInputBase
5825
5825
{
5826
- public ThrottledRequestsInput(string blobContainerSasUri, System.DateTimeOffset fromTime, System.DateTimeOffset toTime) : base (default(string ), default(System.DateTimeOffset), default(System.DateTimeOffset)) { }
5826
+ public ThrottledRequestsInput(System.Uri blobContainerSasUri, System.DateTimeOffset fromTime, System.DateTimeOffset toTime) : base (default(System.Uri ), default(System.DateTimeOffset), default(System.DateTimeOffset)) { }
5827
5827
}
5828
5828
public partial class UefiSettings
5829
5829
{
@@ -6440,15 +6440,15 @@ public partial class VirtualMachineRunCommandScriptSource
6440
6440
public VirtualMachineRunCommandScriptSource() { }
6441
6441
public string CommandId { get { throw null; } set { } }
6442
6442
public string Script { get { throw null; } set { } }
6443
- public string ScriptUri { get { throw null; } set { } }
6443
+ public System.Uri ScriptUri { get { throw null; } set { } }
6444
6444
}
6445
6445
public partial class VirtualMachineRunCommandUpdate : Azure.ResourceManager.Compute.Models.UpdateResource
6446
6446
{
6447
6447
public VirtualMachineRunCommandUpdate() { }
6448
6448
public bool? AsyncExecution { get { throw null; } set { } }
6449
- public string ErrorBlobUri { get { throw null; } set { } }
6449
+ public System.Uri ErrorBlobUri { get { throw null; } set { } }
6450
6450
public Azure.ResourceManager.Compute.Models.VirtualMachineRunCommandInstanceView InstanceView { get { throw null; } }
6451
- public string OutputBlobUri { get { throw null; } set { } }
6451
+ public System.Uri OutputBlobUri { get { throw null; } set { } }
6452
6452
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.RunCommandInputParameter> Parameters { get { throw null; } }
6453
6453
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.RunCommandInputParameter> ProtectedParameters { get { throw null; } }
6454
6454
public string ProvisioningState { get { throw null; } }
0 commit comments