Class AutomationAccountCreateOrUpdateProperties
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.AutomationAccountCreateOrUpdateProperties
The parameters supplied to the create or update account properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.Get the encryption property: Set the encryption properties for the automation account.Get the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.sku()
Get the sku property: Gets or sets account SKU.void
validate()
Validates the instance.withDisableLocalAuth
(Boolean disableLocalAuth) Set the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.withEncryption
(EncryptionProperties encryption) Set the encryption property: Set the encryption properties for the automation account.withPublicNetworkAccess
(Boolean publicNetworkAccess) Set the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.Set the sku property: Gets or sets account SKU.
-
Constructor Details
-
AutomationAccountCreateOrUpdateProperties
public AutomationAccountCreateOrUpdateProperties()
-
-
Method Details
-
sku
Get the sku property: Gets or sets account SKU.- Returns:
- the sku value.
-
withSku
Set the sku property: Gets or sets account SKU.- Parameters:
sku
- the sku value to set.- Returns:
- the AutomationAccountCreateOrUpdateProperties object itself.
-
encryption
Get the encryption property: Set the encryption properties for the automation account.- Returns:
- the encryption value.
-
withEncryption
Set the encryption property: Set the encryption properties for the automation account.- Parameters:
encryption
- the encryption value to set.- Returns:
- the AutomationAccountCreateOrUpdateProperties object itself.
-
publicNetworkAccess
Get the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.- Returns:
- the publicNetworkAccess value.
-
withPublicNetworkAccess
public AutomationAccountCreateOrUpdateProperties withPublicNetworkAccess(Boolean publicNetworkAccess) Set the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.- Parameters:
publicNetworkAccess
- the publicNetworkAccess value to set.- Returns:
- the AutomationAccountCreateOrUpdateProperties object itself.
-
disableLocalAuth
Get the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.- Returns:
- the disableLocalAuth value.
-
withDisableLocalAuth
Set the disableLocalAuth property: Indicates whether requests using non-AAD authentication are blocked.- Parameters:
disableLocalAuth
- the disableLocalAuth value to set.- Returns:
- the AutomationAccountCreateOrUpdateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-