你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Update-AzStorageMoverSmbEndpoint
更新 SMB 终结点资源的属性。 请求正文中未指定的属性将保持不变。
语法
Update-AzStorageMoverSmbEndpoint
-Name <String>
-ResourceGroupName <String>
-StorageMoverName <String>
[-SubscriptionId <String>]
[-CredentialsUsernameUri <String>]
[-CredentialsPasswordUri <String>]
[-Description <String>]
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzStorageMoverSmbEndpoint
-InputObject <IStorageMoverIdentity>
[-CredentialsUsernameUri <String>]
[-CredentialsPasswordUri <String>]
[-Description <String>]
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
更新 SMB 终结点资源的属性。 请求正文中未指定的属性将保持不变。
示例
示例 1:更新 SMB 终结点
Update-AzStorageMoverSmbEndpoint -Name "myendpoint" -ResourceGroupName "myresourcegroup" -StorageMoverName "mystoragemover" -CredentialsUsernameUri "https://examples-azureKeyVault.vault.azure.net/secrets/username2" -CredentialsPasswordUri "https://examples-azureKeyVault.vault.azure.net/secrets/password2" -Description "update endpoint"
Id : /subscriptions/00000000-0000-0000-0000-000000000000e/resourceGroups/myresourcegroup/providers/Microsoft.StorageMover/storageMovers/mystoragemover/endpoints/myendpoint
Name : myendpoint
Property : {
"endpointType": "SmbMount",
"description": "update endpoint",
"provisioningState": "Succeeded",
"credentials": {
"type": "AzureKeyVaultSmb",
"usernameUri": "https://examples-azureKeyVault.vault.azure.net/secrets/username2",
"passwordUri": "https://examples-azureKeyVault.vault.azure.net/secrets/password2"
},
"host": "10.0.0.1",
"shareName": "testshare"
}
SystemDataCreatedAt : 6/27/2023 4:30:50 AM
SystemDataCreatedBy : 00000000-0000-0000-0000-000000000000
SystemDataCreatedByType : Application
SystemDataLastModifiedAt : 7/13/2023 8:26:34 AM
SystemDataLastModifiedBy : 00000000-0000-0000-0000-000000000000
SystemDataLastModifiedByType : Application
Type : microsoft.storagemover/storagemovers/endpoints
此命令通过手动输入更新 SMB 终结点的说明、凭据用户名和密码。
示例 2:按管道更新 SMB 终结点
Get-AzStorageMoverEndpoint -ResourceGroupName "myresourcegroup" -StorageMoverName "mystoragemover" -Name "myendpoint" | Update-AzStorageMoverSmbEndpoint -CredentialsPasswordUri "" -CredentialsUsernameUri "" -Description "update endpoint again"
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegorup/providers/Microsoft.StorageMover/storageMovers/mystoragemover/endpoints/myendpoint
Name : myendpoint
Property : {
"endpointType": "SmbMount",
"description": "update endpoint again",
"provisioningState": "Succeeded",
"credentials": {
"type": "AzureKeyVaultSmb",
"usernameUri": "",
"passwordUri": ""
},
"host": "10.0.0.1",
"shareName": "testshare"
}
SystemDataCreatedAt : 6/27/2023 4:30:50 AM
SystemDataCreatedBy : 00000000-0000-0000-0000-000000000000
SystemDataCreatedByType : Application
SystemDataLastModifiedAt : 7/13/2023 8:29:10 AM
SystemDataLastModifiedBy : 00000000-0000-0000-0000-000000000000
SystemDataLastModifiedByType : Application
Type : microsoft.storagemover/storagemovers/endpoints
此命令按管道更新说明并清除 SMB 终结点的凭据用户名和密码。
参数
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-CredentialsPasswordUri
用于存储密码的机密 URI。 使用空字符串清理现有值。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-CredentialsUsernameUri
存储用户名的机密 URI。 使用空字符串清理现有值。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | PSObject |
别名: | AzureRMContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Description
终结点的说明。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
要构造的标识参数,请参阅 INPUTOBJECT 属性的 NOTES 部分并创建哈希表。
类型: | IStorageMoverIdentity |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
终结点资源的名称。
类型: | String |
别名: | EndpointName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组的名称。 此名称不区分大小写。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-StorageMoverName
存储移动器资源的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SubscriptionId
目标订阅的 ID。
类型: | String |
Position: | Named |
默认值: | (Get-AzContext).Subscription.Id |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |