Uses of Class
com.azure.resourcemanager.compute.fluent.models.RunCommandDocumentBaseInner
-
Packages that use RunCommandDocumentBaseInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of RunCommandDocumentBaseInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type RunCommandDocumentBaseInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<RunCommandDocumentBaseInner>VirtualMachineRunCommandsClient. list(String location)Lists all available run commands for a subscription in a location.com.azure.core.http.rest.PagedIterable<RunCommandDocumentBaseInner>VirtualMachineRunCommandsClient. list(String location, com.azure.core.util.Context context)Lists all available run commands for a subscription in a location.com.azure.core.http.rest.PagedFlux<RunCommandDocumentBaseInner>VirtualMachineRunCommandsClient. listAsync(String location)Lists all available run commands for a subscription in a location. -
Uses of RunCommandDocumentBaseInner in com.azure.resourcemanager.compute.fluent.models
Subclasses of RunCommandDocumentBaseInner in com.azure.resourcemanager.compute.fluent.models Modifier and Type Class Description classRunCommandDocumentInnerDescribes the properties of a Run Command.Methods in com.azure.resourcemanager.compute.fluent.models that return RunCommandDocumentBaseInner Modifier and Type Method Description RunCommandDocumentBaseInnerRunCommandDocumentBaseInner. withDescription(String description)Set the description property: The VM run command description.RunCommandDocumentBaseInnerRunCommandDocumentBaseInner. withId(String id)Set the id property: The VM run command id.RunCommandDocumentBaseInnerRunCommandDocumentBaseInner. withLabel(String label)Set the label property: The VM run command label.RunCommandDocumentBaseInnerRunCommandDocumentBaseInner. withOsType(OperatingSystemTypes osType)Set the osType property: The Operating System type.RunCommandDocumentBaseInnerRunCommandDocumentBaseInner. withSchema(String schema)Set the schema property: The VM run command schema. -
Uses of RunCommandDocumentBaseInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RunCommandDocumentBaseInner Modifier and Type Method Description List<RunCommandDocumentBaseInner>RunCommandListResult. value()Get the value property: The list of virtual machine run commands.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type RunCommandDocumentBaseInner Modifier and Type Method Description RunCommandListResultRunCommandListResult. withValue(List<RunCommandDocumentBaseInner> value)Set the value property: The list of virtual machine run commands.
-