Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@

/**
* Boot Diagnostics is a debugging feature which allows you to view Console
* Output and Screenshot to diagnose VM status. <br><br> For Linux
* Virtual Machines, you can easily view the output of your console log.
* <br><br> For both Windows and Linux virtual machines, Azure also
* Output and Screenshot to diagnose VM status. <br><br> You can
* easily view the output of your console log. <br><br> Azure also
* enables you to see a screenshot of the VM from the hypervisor.
*/
public class BootDiagnostics {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ public class BootDiagnosticsInstanceView {
/**
* The console screenshot blob URI.
*/
@JsonProperty(value = "consoleScreenshotBlobUri")
@JsonProperty(value = "consoleScreenshotBlobUri", access = JsonProperty.Access.WRITE_ONLY)
private String consoleScreenshotBlobUri;

/**
* The Linux serial console log blob Uri.
*/
@JsonProperty(value = "serialConsoleLogBlobUri")
@JsonProperty(value = "serialConsoleLogBlobUri", access = JsonProperty.Access.WRITE_ONLY)
private String serialConsoleLogBlobUri;

/**
Expand All @@ -35,17 +35,6 @@ public String consoleScreenshotBlobUri() {
return this.consoleScreenshotBlobUri;
}

/**
* Set the console screenshot blob URI.
*
* @param consoleScreenshotBlobUri the consoleScreenshotBlobUri value to set
* @return the BootDiagnosticsInstanceView object itself.
*/
public BootDiagnosticsInstanceView withConsoleScreenshotBlobUri(String consoleScreenshotBlobUri) {
this.consoleScreenshotBlobUri = consoleScreenshotBlobUri;
return this;
}

/**
* Get the Linux serial console log blob Uri.
*
Expand All @@ -55,15 +44,4 @@ public String serialConsoleLogBlobUri() {
return this.serialConsoleLogBlobUri;
}

/**
* Set the Linux serial console log blob Uri.
*
* @param serialConsoleLogBlobUri the serialConsoleLogBlobUri value to set
* @return the BootDiagnosticsInstanceView object itself.
*/
public BootDiagnosticsInstanceView withSerialConsoleLogBlobUri(String serialConsoleLogBlobUri) {
this.serialConsoleLogBlobUri = serialConsoleLogBlobUri;
return this;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@
public class DiagnosticsProfile {
/**
* Boot Diagnostics is a debugging feature which allows you to view Console
* Output and Screenshot to diagnose VM status. <br><br> For
* Linux Virtual Machines, you can easily view the output of your console
* log. <br><br> For both Windows and Linux virtual machines,
* Output and Screenshot to diagnose VM status. <br><br> You
* can easily view the output of your console log. <br><br>
* Azure also enables you to see a screenshot of the VM from the
* hypervisor.
*/
@JsonProperty(value = "bootDiagnostics")
private BootDiagnostics bootDiagnostics;

/**
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> For Linux Virtual Machines, you can easily view the output of your console log. <br><br> For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> You can easily view the output of your console log. <br><br> Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @return the bootDiagnostics value
*/
Expand All @@ -36,7 +35,7 @@ public BootDiagnostics bootDiagnostics() {
}

/**
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> For Linux Virtual Machines, you can easily view the output of your console log. <br><br> For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> You can easily view the output of your console log. <br><br> Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @param bootDiagnostics the bootDiagnostics value to set
* @return the DiagnosticsProfile object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ public class VirtualMachineInstanceViewInner {

/**
* Boot Diagnostics is a debugging feature which allows you to view Console
* Output and Screenshot to diagnose VM status. <br><br> For
* Linux Virtual Machines, you can easily view the output of your console
* log. <br><br> For both Windows and Linux virtual machines,
* Output and Screenshot to diagnose VM status. <br><br> You
* can easily view the output of your console log. <br><br>
* Azure also enables you to see a screenshot of the VM from the
* hypervisor.
*/
Expand Down Expand Up @@ -221,7 +220,7 @@ public VirtualMachineInstanceViewInner withExtensions(List<VirtualMachineExtensi
}

/**
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @return the bootDiagnostics value
*/
Expand All @@ -230,7 +229,7 @@ public BootDiagnosticsInstanceView bootDiagnostics() {
}

/**
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @param bootDiagnostics the bootDiagnostics value to set
* @return the VirtualMachineInstanceViewInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ public class VirtualMachineScaleSetVMInstanceViewInner {

/**
* Boot Diagnostics is a debugging feature which allows you to view Console
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For
* Linux Virtual Machines, you can easily view the output of your console
* log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines,
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You
* can easily view the output of your console log. &lt;br&gt;&lt;br&gt;
* Azure also enables you to see a screenshot of the VM from the
* hypervisor.
*/
Expand Down Expand Up @@ -217,7 +216,7 @@ public VirtualMachineHealthStatus vmHealth() {
}

/**
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @return the bootDiagnostics value
*/
Expand All @@ -226,7 +225,7 @@ public BootDiagnosticsInstanceView bootDiagnostics() {
}

/**
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @param bootDiagnostics the bootDiagnostics value to set
* @return the VirtualMachineScaleSetVMInstanceViewInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@

/**
* Boot Diagnostics is a debugging feature which allows you to view Console
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux
* Virtual Machines, you can easily view the output of your console log.
* &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can
* easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also
* enables you to see a screenshot of the VM from the hypervisor.
*/
public class BootDiagnostics {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ public class BootDiagnosticsInstanceView {
/**
* The console screenshot blob URI.
*/
@JsonProperty(value = "consoleScreenshotBlobUri")
@JsonProperty(value = "consoleScreenshotBlobUri", access = JsonProperty.Access.WRITE_ONLY)
private String consoleScreenshotBlobUri;

/**
* The Linux serial console log blob Uri.
*/
@JsonProperty(value = "serialConsoleLogBlobUri")
@JsonProperty(value = "serialConsoleLogBlobUri", access = JsonProperty.Access.WRITE_ONLY)
private String serialConsoleLogBlobUri;

/**
Expand All @@ -35,17 +35,6 @@ public String consoleScreenshotBlobUri() {
return this.consoleScreenshotBlobUri;
}

/**
* Set the console screenshot blob URI.
*
* @param consoleScreenshotBlobUri the consoleScreenshotBlobUri value to set
* @return the BootDiagnosticsInstanceView object itself.
*/
public BootDiagnosticsInstanceView withConsoleScreenshotBlobUri(String consoleScreenshotBlobUri) {
this.consoleScreenshotBlobUri = consoleScreenshotBlobUri;
return this;
}

/**
* Get the Linux serial console log blob Uri.
*
Expand All @@ -55,15 +44,4 @@ public String serialConsoleLogBlobUri() {
return this.serialConsoleLogBlobUri;
}

/**
* Set the Linux serial console log blob Uri.
*
* @param serialConsoleLogBlobUri the serialConsoleLogBlobUri value to set
* @return the BootDiagnosticsInstanceView object itself.
*/
public BootDiagnosticsInstanceView withSerialConsoleLogBlobUri(String serialConsoleLogBlobUri) {
this.serialConsoleLogBlobUri = serialConsoleLogBlobUri;
return this;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@
public class DiagnosticsProfile {
/**
* Boot Diagnostics is a debugging feature which allows you to view Console
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For
* Linux Virtual Machines, you can easily view the output of your console
* log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines,
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You
* can easily view the output of your console log. &lt;br&gt;&lt;br&gt;
* Azure also enables you to see a screenshot of the VM from the
* hypervisor.
*/
@JsonProperty(value = "bootDiagnostics")
private BootDiagnostics bootDiagnostics;

/**
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @return the bootDiagnostics value
*/
Expand All @@ -36,7 +35,7 @@ public BootDiagnostics bootDiagnostics() {
}

/**
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @param bootDiagnostics the bootDiagnostics value to set
* @return the DiagnosticsProfile object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ public class VirtualMachineInstanceViewInner {

/**
* Boot Diagnostics is a debugging feature which allows you to view Console
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For
* Linux Virtual Machines, you can easily view the output of your console
* log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines,
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You
* can easily view the output of your console log. &lt;br&gt;&lt;br&gt;
* Azure also enables you to see a screenshot of the VM from the
* hypervisor.
*/
Expand Down Expand Up @@ -299,7 +298,7 @@ public VirtualMachineInstanceViewInner withExtensions(List<VirtualMachineExtensi
}

/**
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @return the bootDiagnostics value
*/
Expand All @@ -308,7 +307,7 @@ public BootDiagnosticsInstanceView bootDiagnostics() {
}

/**
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @param bootDiagnostics the bootDiagnostics value to set
* @return the VirtualMachineInstanceViewInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ public class VirtualMachineScaleSetVMInstanceViewInner {

/**
* Boot Diagnostics is a debugging feature which allows you to view Console
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For
* Linux Virtual Machines, you can easily view the output of your console
* log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines,
* Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You
* can easily view the output of your console log. &lt;br&gt;&lt;br&gt;
* Azure also enables you to see a screenshot of the VM from the
* hypervisor.
*/
Expand Down Expand Up @@ -244,7 +243,7 @@ public VirtualMachineHealthStatus vmHealth() {
}

/**
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @return the bootDiagnostics value
*/
Expand All @@ -253,7 +252,7 @@ public BootDiagnosticsInstanceView bootDiagnostics() {
}

/**
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; For Linux Virtual Machines, you can easily view the output of your console log. &lt;br&gt;&lt;br&gt; For both Windows and Linux virtual machines, Azure also enables you to see a screenshot of the VM from the hypervisor.
* Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.
*
* @param bootDiagnostics the bootDiagnostics value to set
* @return the VirtualMachineScaleSetVMInstanceViewInner object itself.
Expand Down