AzureEx.Model.VirtualMachines.CreateOrUpdate.ImageReference (AzureEx v0.1.0-rc.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %AzureEx.Model.VirtualMachines.CreateOrUpdate.ImageReference{
  offer: String.t() | nil,
  publisher: String.t() | nil,
  sku: String.t() | nil,
  version: String.t() | nil
}