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 ¶
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 (*Service) GetRawValue ¶ added in v0.3.24
func (s *Service) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.