Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VmFamily

Package version

interface

An interface representing VmFamily. VM family name, the list of targeted azure locations and the category of the family.

Hierarchy

  • VmFamily

Index

Properties

Optional category

category: string[]
member

{string[]} [category] Category of the VM family. NOTE: This property will not be serialized. It can only be populated by the server.

Optional familyName

familyName: undefined | string
member

{string} [familyName] Name of the VM family. NOTE: This property will not be serialized. It can only be populated by the server.

Optional targetLocations

targetLocations: string[]
member

{string[]} [targetLocations] List of Azure regions. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc