Description Usage Arguments Value See Also
Is an object an Azure VM
1 2 3 4 5 6 7 8 9 10 11 | is_vm(object)
is_vm_template(object)
is_vm_resource(object)
is_vm_scaleset(object)
is_vm_scaleset_template(object)
is_vm_scaleset_resource(object)
|
object |
an R object. |
is_vm
and is_vm_template
return TRUE for an object representing a virtual machine deployment (which will include other resources besides the VM itself).
is_vm_resource
returns TRUE for an object representing the specific VM resource.
is_vm_scaleset
and is_vm_scaleset_template
return TRUE for an object representing a VM scaleset deployment.
is_vm_scaleset_resource
returns TRUE for an object representing the specific VM scaleset resource.
create_vm, create_vm_scaleset, az_vm_template, az_vm_resource, az_vmss_template, az_vmss_resource
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.