SpringService.DefinitionStages.WithCreate |
SpringService.DefinitionStages.WithCertificate.withCertificate(String name,
String keyVaultUri,
String certNameInKeyVault) |
Specifies a certificate in key vault with latest version binding to the spring service.
|
SpringService.DefinitionStages.WithCreate |
SpringService.DefinitionStages.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.DefinitionStages.WithCreate |
SpringService.DefinitionStages.WithConfiguration.withGitConfig(ConfigServerGitProperty gitConfig) |
Specifies the git repository for the spring service.
|
SpringService.DefinitionStages.WithCreate |
SpringService.DefinitionStages.WithConfiguration.withGitUri(String uri) |
Specifies the git repository for the spring service.
|
SpringService.DefinitionStages.WithCreate |
SpringService.DefinitionStages.WithConfiguration.withGitUriAndCredential(String uri,
String username,
String password) |
Specifies the git repository for the spring service.
|
SpringService.DefinitionStages.WithCreate |
SpringService.DefinitionStages.WithSku.withSku(Sku sku) |
Specifies the sku of the spring service.
|
SpringService.DefinitionStages.WithCreate |
SpringService.DefinitionStages.WithSku.withSku(SkuName skuName) |
Specifies the sku of the spring service.
|
SpringService.DefinitionStages.WithCreate |
SpringService.DefinitionStages.WithSku.withSku(String skuName) |
Specifies the sku of the spring service.
|
SpringService.DefinitionStages.WithCreate |
SpringService.DefinitionStages.WithSku.withSku(String skuName,
int capacity) |
Specifies the sku of the spring service.
|
SpringService.DefinitionStages.WithCreate |
SpringService.DefinitionStages.WithTracing.withTracing(String appInsightInstrumentationKey) |
Specifies tracing property with app insight
|