| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DataManifestCustomResourceFunctionDefinition |
DataManifestCustomResourceFunctionDefinition.withAllowCustomProperties(Boolean allowCustomProperties)
Set the allowCustomProperties property: A value indicating whether the custom properties within the property bag
are allowed.
|
DataManifestCustomResourceFunctionDefinition |
DataManifestCustomResourceFunctionDefinition.withDefaultProperties(List<String> defaultProperties)
Set the defaultProperties property: The top-level properties that can be selected on the function's output.
|
DataManifestCustomResourceFunctionDefinition |
DataManifestCustomResourceFunctionDefinition.withFullyQualifiedResourceType(String fullyQualifiedResourceType)
Set the fullyQualifiedResourceType property: The fully qualified control plane resource type that this function
represents.
|
DataManifestCustomResourceFunctionDefinition |
DataManifestCustomResourceFunctionDefinition.withName(String name)
Set the name property: The function name as it will appear in the policy rule.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.