AutomationAccountUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters supplied to the update automation account operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AutomationAccountUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AutomationAccountUpdateParameters = class
Public Class AutomationAccountUpdateParameters
- Inheritance
-
AutomationAccountUpdateParameters
- Attributes
Constructors
AutomationAccountUpdateParameters() |
Initializes a new instance of the AutomationAccountUpdateParameters class. |
AutomationAccountUpdateParameters(Sku, EncryptionProperties, Nullable<Boolean>, String, String, Identity, IDictionary<String,String>) |
Initializes a new instance of the AutomationAccountUpdateParameters class. |
Properties
Encryption |
Gets or sets set the encryption properties for the automation account |
Identity |
Gets or sets sets the identity property for automation account |
Location |
Gets or sets the location of the resource. |
Name |
Gets or sets the name of the resource. |
PublicNetworkAccess |
Gets or sets indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet |
Sku |
Gets or sets account SKU. |
Tags |
Gets or sets the tags attached to the resource. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET