OpenShiftManagedClusterBaseIdentityProvider Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. OpenShiftManagedClusterBaseIdentityProvider
- com.
Implements
public class OpenShiftManagedClusterBaseIdentityProvider
implements JsonSerializable<OpenShiftManagedClusterBaseIdentityProvider>
Structure for any Identity provider.
Constructor Summary
Constructor | Description |
---|---|
OpenShiftManagedClusterBaseIdentityProvider() |
Creates an instance of Open |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Open |
fromJson(JsonReader jsonReader)
Reads an instance of Open |
String |
kind()
Get the kind property: The kind of the provider. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
OpenShiftManagedClusterBaseIdentityProvider
public OpenShiftManagedClusterBaseIdentityProvider()
Creates an instance of OpenShiftManagedClusterBaseIdentityProvider class.
Method Details
fromJson
public static OpenShiftManagedClusterBaseIdentityProvider fromJson(JsonReader jsonReader)
Reads an instance of OpenShiftManagedClusterBaseIdentityProvider from the JsonReader.
Parameters:
Returns:
Throws:
kind
public String kind()
Get the kind property: The kind of the provider.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java