PartnerClientAuthenticationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. PartnerClientAuthenticationType
- com.
- com.
public final class PartnerClientAuthenticationType
extends ExpandableStringEnum<PartnerClientAuthenticationType>
Type of client authentication.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Partner |
AZURE_AD
Static value AzureAD for Partner |
Constructor Summary
| Constructor | Description |
|---|---|
| PartnerClientAuthenticationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Partner |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Partner |
fromString(String name)
Creates or finds a Partner |
|
static
Collection<Partner |
values()
Gets known Partner |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_AD
public static final PartnerClientAuthenticationType AZURE_AD
Static value AzureAD for PartnerClientAuthenticationType.
Constructor Details
PartnerClientAuthenticationType
@Deprecated
public PartnerClientAuthenticationType()
Deprecated
Creates a new instance of PartnerClientAuthenticationType value.
Method Details
fromString
public static PartnerClientAuthenticationType fromString(String name)
Creates or finds a PartnerClientAuthenticationType from its string representation.
Parameters:
Returns:
values
public static Collection<PartnerClientAuthenticationType> values()
Gets known PartnerClientAuthenticationType values.
Returns: