Uses of Class
com.azure.resourcemanager.automation.models.FieldDefinition
Packages that use FieldDefinition
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of FieldDefinition in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionConnectionTypeCreateOrUpdateProperties.fieldDefinitions()
Get the fieldDefinitions property: Gets or sets the field definitions of the connection type.ConnectionTypeInner.fieldDefinitions()
Get the fieldDefinitions property: Gets the field definitions of the connection type.ConnectionTypeProperties.fieldDefinitions()
Get the fieldDefinitions property: Gets the field definitions of the connection type.Method parameters in com.azure.resourcemanager.automation.fluent.models with type arguments of type FieldDefinitionModifier and TypeMethodDescriptionConnectionTypeCreateOrUpdateProperties.withFieldDefinitions
(Map<String, FieldDefinition> fieldDefinitions) Set the fieldDefinitions property: Gets or sets the field definitions of the connection type. -
Uses of FieldDefinition in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return FieldDefinitionModifier and TypeMethodDescriptionstatic FieldDefinition
FieldDefinition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FieldDefinition from the JsonReader.FieldDefinition.withIsEncrypted
(Boolean isEncrypted) Set the isEncrypted property: Gets or sets the isEncrypted flag of the connection field definition.FieldDefinition.withIsOptional
(Boolean isOptional) Set the isOptional property: Gets or sets the isOptional flag of the connection field definition.Set the type property: Gets or sets the type of the connection field definition.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionConnectionType.fieldDefinitions()
Gets the fieldDefinitions property: Gets the field definitions of the connection type.ConnectionTypeCreateOrUpdateParameters.fieldDefinitions()
Get the fieldDefinitions property: Gets or sets the field definitions of the connection type.Method parameters in com.azure.resourcemanager.automation.models with type arguments of type FieldDefinitionModifier and TypeMethodDescriptionConnectionType.DefinitionStages.WithFieldDefinitions.withFieldDefinitions
(Map<String, FieldDefinition> fieldDefinitions) Specifies the fieldDefinitions property: Gets or sets the field definitions of the connection type..ConnectionType.UpdateStages.WithFieldDefinitions.withFieldDefinitions
(Map<String, FieldDefinition> fieldDefinitions) Specifies the fieldDefinitions property: Gets or sets the field definitions of the connection type..ConnectionTypeCreateOrUpdateParameters.withFieldDefinitions
(Map<String, FieldDefinition> fieldDefinitions) Set the fieldDefinitions property: Gets or sets the field definitions of the connection type.