appservice

package
v0.6.5 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppService

type AppService struct {
	types.Metadata
	Services     []Service
	FunctionApps []FunctionApp
}

func (*AppService) GetMetadata added in v0.3.24

func (a *AppService) GetMetadata() *types.Metadata

func (*AppService) GetRawValue added in v0.3.24

func (a *AppService) GetRawValue() interface{}

type FunctionApp

type FunctionApp struct {
	types.Metadata
	HTTPSOnly types.BoolValue
}

func (*FunctionApp) GetMetadata added in v0.3.24

func (f *FunctionApp) GetMetadata() *types.Metadata

func (*FunctionApp) GetRawValue added in v0.3.24

func (f *FunctionApp) GetRawValue() interface{}

type Service

type Service struct {
	types.Metadata
	EnableClientCert types.BoolValue
	Identity         struct {
		Type types.StringValue
	}
	Authentication struct {
		Enabled types.BoolValue
	}
	Site struct {
		EnableHTTP2       types.BoolValue
		MinimumTLSVersion types.StringValue
	}
}

func (*Service) GetMetadata added in v0.3.24

func (s *Service) GetMetadata() *types.Metadata

func (*Service) GetRawValue added in v0.3.24

func (s *Service) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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