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.BootDiagnosticsDiagnosticsProfile. bootDiagnostics()abstract DiagnosticsProfile.BootDiagnosticsDiagnosticsProfile.BootDiagnostics.Builder. build()static DiagnosticsProfile.BootDiagnosticsDiagnosticsProfile.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.BuilderDiagnosticsProfile.Builder. bootDiagnostics(DiagnosticsProfile.BootDiagnostics bootDiagnostics)static DiagnosticsProfileDiagnosticsProfile. create(DiagnosticsProfile.BootDiagnostics bootDiagnostics)
-