次の方法で共有


BootDiagnosticsInstanceView Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.BootDiagnosticsInstanceView

public class BootDiagnosticsInstanceView

The instance view of a virtual machine boot diagnostics.

Method Summary

Modifier and Type Method and Description
String consoleScreenshotBlobUri()

Get the consoleScreenshotBlobUri value.

String serialConsoleLogBlobUri()

Get the serialConsoleLogBlobUri value.

BootDiagnosticsInstanceView withConsoleScreenshotBlobUri(String consoleScreenshotBlobUri)

Set the consoleScreenshotBlobUri value.

BootDiagnosticsInstanceView withSerialConsoleLogBlobUri(String serialConsoleLogBlobUri)

Set the serialConsoleLogBlobUri value.

Method Details

consoleScreenshotBlobUri

public String consoleScreenshotBlobUri()

Get the consoleScreenshotBlobUri value.

Returns:

the consoleScreenshotBlobUri value

serialConsoleLogBlobUri

public String serialConsoleLogBlobUri()

Get the serialConsoleLogBlobUri value.

Returns:

the serialConsoleLogBlobUri value

withConsoleScreenshotBlobUri

public BootDiagnosticsInstanceView withConsoleScreenshotBlobUri(String consoleScreenshotBlobUri)

Set the consoleScreenshotBlobUri value.

Parameters:

consoleScreenshotBlobUri - the consoleScreenshotBlobUri value to set

Returns:

the BootDiagnosticsInstanceView object itself.

withSerialConsoleLogBlobUri

public BootDiagnosticsInstanceView withSerialConsoleLogBlobUri(String serialConsoleLogBlobUri)

Set the serialConsoleLogBlobUri value.

Parameters:

serialConsoleLogBlobUri - the serialConsoleLogBlobUri value to set

Returns:

the BootDiagnosticsInstanceView object itself.

Applies to