Uses of Class
com.azure.resourcemanager.automation.models.DscNodeExtensionHandlerAssociationProperty
Packages that use DscNodeExtensionHandlerAssociationProperty
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscNodeExtensionHandlerAssociationProperty in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return types with arguments of type DscNodeExtensionHandlerAssociationPropertyModifier and TypeMethodDescriptionDscNodeInner.extensionHandler()
Get the extensionHandler property: Gets or sets the list of extensionHandler properties for a Node.DscNodeProperties.extensionHandler()
Get the extensionHandler property: Gets or sets the list of extensionHandler properties for a Node.Method parameters in com.azure.resourcemanager.automation.fluent.models with type arguments of type DscNodeExtensionHandlerAssociationPropertyModifier and TypeMethodDescriptionDscNodeInner.withExtensionHandler
(List<DscNodeExtensionHandlerAssociationProperty> extensionHandler) Set the extensionHandler property: Gets or sets the list of extensionHandler properties for a Node.DscNodeProperties.withExtensionHandler
(List<DscNodeExtensionHandlerAssociationProperty> extensionHandler) Set the extensionHandler property: Gets or sets the list of extensionHandler properties for a Node. -
Uses of DscNodeExtensionHandlerAssociationProperty in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return DscNodeExtensionHandlerAssociationPropertyModifier and TypeMethodDescriptionDscNodeExtensionHandlerAssociationProperty.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DscNodeExtensionHandlerAssociationProperty from the JsonReader.Set the name property: Gets or sets the name of the extension handler.DscNodeExtensionHandlerAssociationProperty.withVersion
(String version) Set the version property: Gets or sets the version of the extension handler.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type DscNodeExtensionHandlerAssociationPropertyModifier and TypeMethodDescriptionDscNode.extensionHandler()
Gets the extensionHandler property: Gets or sets the list of extensionHandler properties for a Node.