DiscoveryToolProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Discovery Tool list item properties.
public class DiscoveryToolProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Discovery.Models.DiscoveryToolProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Discovery.Models.DiscoveryToolProperties>
type DiscoveryToolProperties = class
interface IJsonModel<DiscoveryToolProperties>
interface IPersistableModel<DiscoveryToolProperties>
Public Class DiscoveryToolProperties
Implements IJsonModel(Of DiscoveryToolProperties), IPersistableModel(Of DiscoveryToolProperties)
- Inheritance
-
DiscoveryToolProperties
- Implements
Constructors
| Name | Description |
|---|---|
| DiscoveryToolProperties(String, IDictionary<String,BinaryData>) |
Initializes a new instance of DiscoveryToolProperties. |
Properties
| Name | Description |
|---|---|
| DefinitionContent |
The JSON content for defining a resource To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| EnvironmentVariables |
Environment variables to make available. |
| ProvisioningState |
The status of the last operation. |
| Version |
The version of a resource definition. |