Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
func NewService(scope *actuators.MachineScope) azure.Service
NewService creates a new groups service.
func NewStackHubService ¶
func NewStackHubService(scope *actuators.MachineScope) azure.Service
NewService creates a new groups service.
Types ¶
type Service ¶
type Service struct { Client compute.DisksClient Scope *actuators.MachineScope }
Service provides operations on resource groups
func (*Service) CreateOrUpdate ¶
CreateOrUpdate on disk is currently no-op. OS disks should only be deleted and will create with the VM automatically.
type StackHubService ¶
type StackHubService struct { Client compute.DisksClient Scope *actuators.MachineScope }
StackHubService provides operations on resource groups
func (*StackHubService) CreateOrUpdate ¶
CreateOrUpdate on disk is currently no-op. OS disks should only be deleted and will create with the VM automatically.
Click to show internal directories.
Click to hide internal directories.