Uses of Class
com.azure.resourcemanager.compute.fluent.models.RunCommandDocumentBaseInner
Packages that use RunCommandDocumentBaseInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
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 RunCommandDocumentBaseInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RunCommandDocumentBaseInner>Lists all available run commands for a subscription in a location.com.azure.core.http.rest.PagedIterable<RunCommandDocumentBaseInner>Lists all available run commands for a subscription in a location.com.azure.core.http.rest.PagedFlux<RunCommandDocumentBaseInner>Lists all available run commands for a subscription in a location. -
Uses of RunCommandDocumentBaseInner in com.azure.resourcemanager.compute.fluent.models
Modifier and TypeClassDescriptionfinal classDescribes the properties of a Run Command.Methods in com.azure.resourcemanager.compute.fluent.models that return RunCommandDocumentBaseInnerModifier and TypeMethodDescriptionRunCommandDocumentBaseInner.withDescription(String description) Set the description property: The VM run command description.Set the id property: The VM run command id.Set the label property: The VM run command label.RunCommandDocumentBaseInner.withOsType(OperatingSystemTypes osType) Set the osType property: The Operating System type.RunCommandDocumentBaseInner.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 RunCommandDocumentBaseInnerModifier and TypeMethodDescriptionRunCommandListResult.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 RunCommandDocumentBaseInnerModifier and TypeMethodDescriptionRunCommandListResult.withValue(List<RunCommandDocumentBaseInner> value) Set the value property: The list of virtual machine run commands.