Documentation
¶
Index ¶
- type ContainerGroup
- type ContainerGroupProfile
- type ContainerInstanceService
- func (s *ContainerInstanceService) Actions() []service.Action
- func (s *ContainerInstanceService) HandleRequest(ctx *service.RequestContext) (*service.Response, error)
- func (s *ContainerInstanceService) HealthCheck() error
- func (s *ContainerInstanceService) Name() string
- func (s *ContainerInstanceService) ProvisionTemplateResource(subscriptionID, resourceGroup string, resource map[string]any) (any, error)
- func (s *ContainerInstanceService) ServiceKeys() []routing.ServiceKey
- func (s *ContainerInstanceService) SupportsTemplateResource(resource map[string]any) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerGroup ¶
type ContainerGroup struct {
ID string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Location string `json:"location,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
Identity map[string]any `json:"identity,omitempty"`
Properties map[string]any `json:"properties"`
}
ContainerGroup is the ARM resource shape for Microsoft.ContainerInstance/containerGroups.
type ContainerGroupProfile ¶
type ContainerGroupProfile struct {
ID string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Location string `json:"location,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
Properties map[string]any `json:"properties"`
Zones []any `json:"zones,omitempty"`
}
ContainerGroupProfile is the ARM resource shape for Microsoft.ContainerInstance/containerGroupProfiles.
type ContainerInstanceService ¶
type ContainerInstanceService struct {
// contains filtered or unexported fields
}
ContainerInstanceService implements first-slice Azure Container Instances ARM APIs.
func New ¶
func New() *ContainerInstanceService
func (*ContainerInstanceService) Actions ¶
func (s *ContainerInstanceService) Actions() []service.Action
func (*ContainerInstanceService) HandleRequest ¶
func (s *ContainerInstanceService) HandleRequest(ctx *service.RequestContext) (*service.Response, error)
func (*ContainerInstanceService) HealthCheck ¶
func (s *ContainerInstanceService) HealthCheck() error
func (*ContainerInstanceService) Name ¶
func (s *ContainerInstanceService) Name() string
func (*ContainerInstanceService) ProvisionTemplateResource ¶
func (*ContainerInstanceService) ServiceKeys ¶
func (s *ContainerInstanceService) ServiceKeys() []routing.ServiceKey
func (*ContainerInstanceService) SupportsTemplateResource ¶
func (s *ContainerInstanceService) SupportsTemplateResource(resource map[string]any) bool
Click to show internal directories.
Click to hide internal directories.