DevicesOperationsExtensions.BeginCreateOrUpdateSecuritySettings Method
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.
Updates the security settings on a data box edge/gateway device.
public static void BeginCreateOrUpdateSecuritySettings (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string deviceName, string resourceGroupName, Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret deviceAdminPassword);
static member BeginCreateOrUpdateSecuritySettings : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string * string * Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret -> unit
<Extension()>
Public Sub BeginCreateOrUpdateSecuritySettings (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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET