60 строки
5.5 KiB
YAML
60 строки
5.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile"
|
|
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile"
|
|
name: "OpenShiftManagedClusterAuthProfile"
|
|
nameWithType: "OpenShiftManagedClusterAuthProfile"
|
|
summary: "Defines all possible authentication profiles for the Open<wbr>Shift cluster."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **OpenShiftManagedClusterAuthProfile**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile.OpenShiftManagedClusterAuthProfile()"
|
|
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile.OpenShiftManagedClusterAuthProfile()"
|
|
name: "OpenShiftManagedClusterAuthProfile()"
|
|
nameWithType: "OpenShiftManagedClusterAuthProfile.OpenShiftManagedClusterAuthProfile()"
|
|
syntax: "public OpenShiftManagedClusterAuthProfile()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile.identityProviders()"
|
|
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile.identityProviders()"
|
|
name: "identityProviders()"
|
|
nameWithType: "OpenShiftManagedClusterAuthProfile.identityProviders()"
|
|
summary: "Get type of authentication profile to use."
|
|
syntax: "public List<OpenShiftManagedClusterIdentityProvider> identityProviders()"
|
|
desc: "Get type of authentication profile to use."
|
|
returns:
|
|
description: "the identityProviders value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerservice.OpenShiftManagedClusterIdentityProvider?alt=com.microsoft.azure.management.containerservice.OpenShiftManagedClusterIdentityProvider&text=OpenShiftManagedClusterIdentityProvider\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile.withIdentityProviders(java.util.List<com.microsoft.azure.management.containerservice.OpenShiftManagedClusterIdentityProvider>)"
|
|
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile.withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)"
|
|
name: "withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)"
|
|
nameWithType: "OpenShiftManagedClusterAuthProfile.withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)"
|
|
summary: "Set type of authentication profile to use."
|
|
parameters:
|
|
- description: "the identityProviders value to set"
|
|
name: "identityProviders"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerservice.OpenShiftManagedClusterIdentityProvider?alt=com.microsoft.azure.management.containerservice.OpenShiftManagedClusterIdentityProvider&text=OpenShiftManagedClusterIdentityProvider\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public OpenShiftManagedClusterAuthProfile withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)"
|
|
desc: "Set type of authentication profile to use."
|
|
returns:
|
|
description: "the OpenShiftManagedClusterAuthProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile?alt=com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAuthProfile&text=OpenShiftManagedClusterAuthProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines all possible authentication profiles for the OpenShift cluster."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerservice"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4
|