Uses of Class
org.jclouds.azurecompute.arm.domain.DiagnosticsProfile.BootDiagnostics
-
Packages that use DiagnosticsProfile.BootDiagnostics Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of DiagnosticsProfile.BootDiagnostics in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return DiagnosticsProfile.BootDiagnostics Modifier and Type Method Description abstract DiagnosticsProfile.BootDiagnostics
DiagnosticsProfile. bootDiagnostics()
abstract DiagnosticsProfile.BootDiagnostics
DiagnosticsProfile.BootDiagnostics.Builder. build()
static DiagnosticsProfile.BootDiagnostics
DiagnosticsProfile.BootDiagnostics. create(boolean enabled, String storageUri)
Methods in org.jclouds.azurecompute.arm.domain with parameters of type DiagnosticsProfile.BootDiagnostics Modifier and Type Method Description abstract DiagnosticsProfile.Builder
DiagnosticsProfile.Builder. bootDiagnostics(DiagnosticsProfile.BootDiagnostics bootDiagnostics)
static DiagnosticsProfile
DiagnosticsProfile. create(DiagnosticsProfile.BootDiagnostics bootDiagnostics)
-