azure

package
v2.32.0 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 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.AzureServicePrincipalAccount) ([]*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.AzureServicePrincipalAccount, app *AzureWebApp) ([]*AzureWebAppSlot, error)

Jump to

Keyboard shortcuts

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