BootDiagnosticsInstanceView Class
- java.
lang. Object - com.
microsoft. azure. management. compute. BootDiagnosticsInstanceView
- com.
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. |
Boot |
withConsoleScreenshotBlobUri(String consoleScreenshotBlobUri)
Set the consoleScreenshotBlobUri value. |
Boot |
withSerialConsoleLogBlobUri(String serialConsoleLogBlobUri)
Set the serialConsoleLogBlobUri value. |
Method Details
consoleScreenshotBlobUri
public String consoleScreenshotBlobUri()
Get the consoleScreenshotBlobUri value.
Returns:
serialConsoleLogBlobUri
public String serialConsoleLogBlobUri()
Get the serialConsoleLogBlobUri value.
Returns:
withConsoleScreenshotBlobUri
public BootDiagnosticsInstanceView withConsoleScreenshotBlobUri(String consoleScreenshotBlobUri)
Set the consoleScreenshotBlobUri value.
Parameters:
Returns:
withSerialConsoleLogBlobUri
public BootDiagnosticsInstanceView withSerialConsoleLogBlobUri(String serialConsoleLogBlobUri)
Set the serialConsoleLogBlobUri value.
Parameters:
Returns:
Applies to
Azure SDK for Java