你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Update-AzSpringCloud
更新退出服务的操作。
语法
Update-AzSpringCloud
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
[-Location <String>]
[-NetworkProfileResourceGroup <String>]
[-NetworkProfileServiceCidr <String>]
[-NetworkProfileServiceResourceGroup <String>]
[-NetworkProfileServiceSubnetId <String>]
[-NetworkProfileSubnetId <String>]
[-SkuCapacity <Int32>]
[-SkuName <String>]
[-SkuTier <String>]
[-Tag <Hashtable>]
[-ZoneRedundant]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-AzSpringCloud
-InputObject <ISpringCloudIdentity>
[-Location <String>]
[-NetworkProfileResourceGroup <String>]
[-NetworkProfileServiceCidr <String>]
[-NetworkProfileServiceResourceGroup <String>]
[-NetworkProfileServiceSubnetId <String>]
[-NetworkProfileSubnetId <String>]
[-SkuCapacity <Int32>]
[-SkuName <String>]
[-SkuTier <String>]
[-Tag <Hashtable>]
[-ZoneRedundant]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
更新退出服务的操作。
示例
示例 1:按名称更新 Spring Cloud 服务
Update-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service
ConfigServerPropertiesErrorCode :
ConfigServerPropertiesErrorMessage :
ConfigServerPropertyState : Succeeded
GitPropertyHostKey :
GitPropertyHostKeyAlgorithm :
GitPropertyLabel :
GitPropertyPassword :
GitPropertyPrivateKey :
GitPropertyRepository :
GitPropertySearchPath :
GitPropertyStrictHostKeyChecking :
GitPropertyUri :
GitPropertyUsername :
Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/spring-cloud-rg/providers/Microsoft.AppPlatform/Spring/spring-cloud-service
Location : eastus
Name : spring-cloud-service
NetworkProfileAppNetworkResourceGroup :
NetworkProfileAppSubnetId :
NetworkProfileServiceCidr :
NetworkProfileServiceRuntimeNetworkResourceGroup :
NetworkProfileServiceRuntimeSubnetId :
ProvisioningState : Succeeded
ServiceId : e5e964885b4146b1a91e9bfc17971ee5
SkuCapacity :
SkuName : S0
SkuTier : Standard
Tag : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TrackedResourceTags
TraceAppInsightInstrumentationKey :
TraceEnabled : False
TraceErrorCode :
TraceErrorMessage :
TraceState : Succeeded
Type : Microsoft.AppPlatform/Spring
Version : 2
ConfigServerGitProperty : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerGitProperty
ConfigServerProperty : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerProperties
ConfigServerPropertyConfigServer : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerSettings
ConfigServerPropertyError : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error
NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.NetworkProfile
Property : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ClusterResourceProperties
Sku : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Sku
Trace : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TraceProperties
TraceError : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error
按名称更新 Spring Cloud Service。
示例 2:按管道更新 Spring Cloud 服务
Get-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service | Update-AzSpringCloud
ConfigServerPropertiesErrorCode :
ConfigServerPropertiesErrorMessage :
ConfigServerPropertyState : Succeeded
GitPropertyHostKey :
GitPropertyHostKeyAlgorithm :
GitPropertyLabel :
GitPropertyPassword :
GitPropertyPrivateKey :
GitPropertyRepository :
GitPropertySearchPath :
GitPropertyStrictHostKeyChecking :
GitPropertyUri :
GitPropertyUsername :
Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/spring-cloud-rg/providers/Microsoft.AppPlatform/Spring/spring-cloud-service
Location : eastus
Name : spring-cloud-service
NetworkProfileAppNetworkResourceGroup :
NetworkProfileAppSubnetId :
NetworkProfileServiceCidr :
NetworkProfileServiceRuntimeNetworkResourceGroup :
NetworkProfileServiceRuntimeSubnetId :
ProvisioningState : Succeeded
ServiceId : e5e964885b4146b1a91e9bfc17971ee5
SkuCapacity :
SkuName : S0
SkuTier : Standard
Tag : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TrackedResourceTags
TraceAppInsightInstrumentationKey :
TraceEnabled : False
TraceErrorCode :
TraceErrorMessage :
TraceState : Succeeded
Type : Microsoft.AppPlatform/Spring
Version : 2
ConfigServerGitProperty : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerGitProperty
ConfigServerProperty : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerProperties
ConfigServerPropertyConfigServer : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerSettings
ConfigServerPropertyError : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error
NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.NetworkProfile
Property : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ClusterResourceProperties
Sku : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Sku
Trace : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TraceProperties
TraceError : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error
按管道更新 Spring Cloud Service。
参数
-AsJob
以作业身份运行命令
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | PSObject |
别名: | AzureRMContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
要构造的标识参数,请参阅 INPUTOBJECT 属性的 NOTES 部分并创建哈希表。
类型: | ISpringCloudIdentity |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Location
资源的地理位置。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
服务资源的名称。
类型: | String |
别名: | ServiceName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-NetworkProfileResourceGroup
包含 Azure Spring Apps 中客户应用的网络资源的资源组的名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-NetworkProfileServiceCidr
Azure Spring Apps 服务保留 CIDR
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-NetworkProfileServiceResourceGroup
包含 Azure Spring Apps 服务运行时网络资源的资源组的名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-NetworkProfileServiceSubnetId
要托管 Azure Spring Apps 服务运行时的子网的完全限定资源 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-NetworkProfileSubnetId
在 Azure Spring Apps 中托管客户应用的子网的完全限定资源 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-NoWait
异步运行命令
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SkuCapacity
目标资源的当前容量
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SkuName
Sku 的名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SkuTier
Sku 的层
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SubscriptionId
获取唯一标识 azure 订阅Microsoft的订阅 ID。 此订阅 ID 是每个服务调用的 URI 的一部分。
类型: | String |
Position: | Named |
默认值: | (Get-AzContext).Subscription.Id |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Tag
服务的标记,它是描述资源的键值对的列表。
类型: | Hashtable |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ZoneRedundant
。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
输出
备注
别名
复杂参数属性
若要创建下面所述的参数,请构造一个包含相应属性的哈希表。 有关哈希表的信息,请运行 Get-Help about_Hash_Tables。
INPUTOBJECT <ISpringCloudIdentity>
:标识参数
[AgentPoolName <String>]
:生成服务代理池资源的名称。[AppName <String>]
:应用资源的名称。[BindingName <String>]
:绑定资源的名称。[BuildName <String>]
:生成资源的名称。[BuildResultName <String>]
:生成结果资源的名称。[BuildServiceName <String>]
:生成服务资源的名称。[BuilderName <String>]
:生成器资源的名称。[BuildpackBindingName <String>]
:Buildpack 绑定名称的名称[BuildpackName <String>]
:buildpack 资源的名称。[CertificateName <String>]
:证书资源的名称。[ConfigurationServiceName <String>]
:应用程序配置服务的名称。[DeploymentName <String>]
:部署资源的名称。[DomainName <String>]
:自定义域资源的名称。[Id <String>]
:资源标识路径[Location <String>]
:区域[ResourceGroupName <String>]
:包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。[ServiceName <String>]
:服务资源的名称。[ServiceRegistryName <String>]
:服务注册表的名称。[StackName <String>]
:堆栈资源的名称。[SubscriptionId <String>]
:获取唯一标识 azure 订阅Microsoft的订阅 ID。 此订阅 ID 是每个服务调用的 URI 的一部分。