Documentation
¶
Index ¶
- func GetAzAPIAllowedValues(resourceType *types.TypeBase) []string
- func GetAzAPIDef(resourceType *types.TypeBase, hclNodes []*parser.HclNode, index int) []*types.TypeBase
- func GetAzAPITypeName(typeBase *types.TypeBase) string
- func GetMSGraphAllowedValues(resourceType *types.TypeBase) []string
- func GetMSGraphDef(resourceType *types.TypeBase, hclNodes []*parser.HclNode, index int) []*types.TypeBase
- func GetMSGraphTypeName(typeBase *types.TypeBase) string
- type Modifier
- type Property
- func AzAPIPropertyFromObjectProperty(propertyName string, property types.ObjectProperty) *Property
- func GetAzAPIAllowedProperties(resourceType *types.TypeBase) []Property
- func GetMSGraphAllowedProperties(resourceType *types.TypeBase) []Property
- func MSGraphPropertyFromObjectProperty(propertyName string, property types.ObjectProperty) *Property
- type PropertySet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAzAPIAllowedValues ¶ added in v0.5.0
func GetAzAPIDef ¶ added in v0.5.0
func GetAzAPITypeName ¶ added in v0.5.0
func GetMSGraphAllowedValues ¶ added in v0.5.0
func GetMSGraphDef ¶ added in v0.5.0
func GetMSGraphTypeName ¶ added in v0.5.0
Types ¶
type Property ¶
func AzAPIPropertyFromObjectProperty ¶ added in v0.5.0
func AzAPIPropertyFromObjectProperty(propertyName string, property types.ObjectProperty) *Property
func GetAzAPIAllowedProperties ¶ added in v0.5.0
func GetMSGraphAllowedProperties ¶ added in v0.5.0
func MSGraphPropertyFromObjectProperty ¶ added in v0.5.0
func MSGraphPropertyFromObjectProperty(propertyName string, property types.ObjectProperty) *Property
type PropertySet ¶
func GetAzAPIRequiredPropertySet ¶ added in v0.5.0
func GetAzAPIRequiredPropertySet(typeBase *types.TypeBase) []PropertySet
func GetMSGraphRequiredPropertySet ¶ added in v0.5.0
func GetMSGraphRequiredPropertySet(typeBase *types.TypeBase) []PropertySet
Click to show internal directories.
Click to hide internal directories.