Skip to content

Commit

Permalink
.NET SDK Resource Provider:'Compute'
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5704'
REST Spec PR Author 'vamuzumd'
REST Spec PR Last commit
  • Loading branch information
adxsdknet committed Apr 23, 2019
1 parent f8890bb commit 32810a0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public OSDisk()
/// 'None', 'ReadOnly', 'ReadWrite'</param>
/// <param name="writeAcceleratorEnabled">Specifies whether
/// writeAccelerator should be enabled or disabled on the disk.</param>
/// <param name="toBeDetached">Specifies whether the disk is detached
/// or in process of detachment from the VM/VMSS</param>
/// <param name="toBeDetached">Specifies whether the disk is in process
/// of detachment from the VM/VMSS</param>
/// <param name="diffDiskSettings">Specifies the ephemeral Disk
/// Settings for the operating system disk used by the virtual
/// machine.</param>
Expand Down Expand Up @@ -158,8 +158,8 @@ public OSDisk()
public bool? WriteAcceleratorEnabled { get; set; }

/// <summary>
/// Gets or sets specifies whether the disk is detached or in process
/// of detachment from the VM/VMSS
/// Gets or sets specifies whether the disk is in process of detachment
/// from the VM/VMSS
/// </summary>
[JsonProperty(PropertyName = "toBeDetached")]
public bool? ToBeDetached { get; set; }
Expand Down

0 comments on commit 32810a0

Please sign in to comment.