azure

package
v2.42.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureWebApp

type AzureWebApp struct {
	Name          string `json:"Name,omitempty"`
	Region        string `json:"Region,omitempty"`
	ResourceGroup string `json:"ResourceGroup,omitempty"`
}

func GetWebSites

func GetWebSites(client client.Client, account accounts.IAccount) ([]*AzureWebApp, error)

type AzureWebAppSlot

type AzureWebAppSlot struct {
	Name          string `json:"Name,omitempty"`
	Site          string `json:"Site,omitempty"`
	Region        string `json:"Region,omitempty"`
	ResourceGroup string `json:"ResourceGroup,omitempty"`
}

func GetWebSiteSlots

func GetWebSiteSlots(client client.Client, spAccount accounts.IAccount, app *AzureWebApp) ([]*AzureWebAppSlot, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL