Share via


DevicesOperationsExtensions.CreateOrUpdateSecuritySettings Method

Definition

Updates the security settings on a data box edge/gateway device.

public static void CreateOrUpdateSecuritySettings (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string deviceName, string resourceGroupName, Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret deviceAdminPassword);
static member CreateOrUpdateSecuritySettings : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string * string * Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret -> unit
<Extension()>
Public Sub CreateOrUpdateSecuritySettings (operations As IDevicesOperations, deviceName As String, resourceGroupName As String, deviceAdminPassword As AsymmetricEncryptedSecret)

Parameters

operations
IDevicesOperations

The operations group for this extension method.

deviceName
String

The device name.

resourceGroupName
String

The resource group name.

deviceAdminPassword
AsymmetricEncryptedSecret

Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to sign into the local web UI of the device. The Actual password should have at least 8 characters that are a combination of uppercase, lowercase, numeric, and special characters.

Applies to