public sealed class AzureServerConfig : IMessage<AzureServerConfig>, IEquatable<AzureServerConfig>, IDeepCloneable<AzureServerConfig>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureServerConfig.
AzureServerConfig contains information about a Google Cloud location, such as supported Azure regions and Kubernetes versions.
Implements
IMessageAzureServerConfig, IEquatableAzureServerConfig, IDeepCloneableAzureServerConfig, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.GkeMultiCloudV1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AzureServerConfig()
public AzureServerConfig()AzureServerConfig(AzureServerConfig)
public AzureServerConfig(AzureServerConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureServerConfig |
Properties
AzureServerConfigName
public AzureServerConfigName AzureServerConfigName { get; set; }AzureServerConfigName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
AzureServerConfigName |
|
Name
public string Name { get; set; }The AzureServerConfig resource name.
AzureServerConfig names are formatted as
projects/<project-number>/locations/<region>/azureServerConfig.
See Resource Names for more details on Google Cloud Platform resource names.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SupportedAzureRegions
public RepeatedField<string> SupportedAzureRegions { get; }The list of supported Azure regions.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
ValidVersions
public RepeatedField<AzureK8sVersionInfo> ValidVersions { get; }List of valid Kubernetes versions.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAzureK8sVersionInfo |
|