All Downloads are FREE. Search and download functionalities are using the official Maven repository.

powershell.model_doc.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{#models}}
{{#model}}
# {{{classname}}}
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
{{#vars}}**{{name}}** | {{#isPrimitiveType}}**{{dataType}}**{{/isPrimitiveType}}{{^isPrimitiveType}}[**{{dataType}}**]({{complexType}}.md){{/isPrimitiveType}} | {{description}} | {{^required}}[optional] {{/required}}{{#isReadOnly}}[readonly] {{/isReadOnly}}{{#defaultValue}}[default to {{{.}}}]{{/defaultValue}}
{{/vars}}

## Examples

- Prepare the resource
```powershell
${{{classname}}} = Initialize-{{{packageName}}}{{{classname}}} {{#vars}} -{{name}} {{example}}{{^-last}} `
        {{/-last}}
{{/vars}}

```

- Convert the resource to JSON
```powershell
${{{classname}}} | ConvertTo-JSON
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

{{/model}}
{{/models}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy