Uses of Class
com.azure.resourcemanager.automation.models.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionFieldDefinition.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.Modifier 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.Modifier 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.