SpringService.Update |
SpringService.UpdateStages.WithCertificate.withCertificate(String name,
String keyVaultUri,
String certNameInKeyVault) |
Specifies a certificate in key vault with latest version binding to the spring service.
|
SpringService.Update |
SpringService.UpdateStages.WithCertificate.withCertificate(String name,
String keyVaultUri,
String certNameInKeyVault,
String certVersion) |
Specifies a certificate in key vault with specific version binding to the spring service.
|
SpringService.Update |
SpringService.UpdateStages.WithConfiguration.withGitConfig(ConfigServerGitProperty gitConfig) |
Specifies the git repository for the spring service.
|
SpringService.Update |
SpringService.UpdateStages.WithConfiguration.withGitUri(String uri) |
Specifies the git repository for the spring service.
|
SpringService.Update |
SpringService.UpdateStages.WithConfiguration.withGitUriAndCredential(String uri,
String username,
String password) |
Specifies the git repository for the spring service.
|
SpringService.Update |
SpringService.UpdateStages.WithCertificate.withoutCertificate(String name) |
Removes a certificate binding to the spring service.
|
SpringService.Update |
SpringService.UpdateStages.WithConfiguration.withoutGitConfig() |
Removes the git configuration.
|
SpringService.Update |
SpringService.UpdateStages.WithTracing.withoutTracing() |
Removes tracing property.
|
SpringService.Update |
SpringService.UpdateStages.WithSku.withSku(Sku sku) |
Specifies the sku of the spring service.
|
SpringService.Update |
SpringService.UpdateStages.WithSku.withSku(String skuName) |
Specifies the sku of the spring service.
|
SpringService.Update |
SpringService.UpdateStages.WithSku.withSku(String skuName,
int capacity) |
Specifies the sku of the spring service.
|
SpringService.Update |
SpringService.UpdateStages.WithTracing.withTracing(String appInsightInstrumentationKey) |
Specifies tracing property with app insight.
|