Udostępnij za pośrednictwem


PartnerClientAuthentication Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.models.PartnerClientAuthentication

Implements

public class PartnerClientAuthentication
implements JsonSerializable<PartnerClientAuthentication>

Partner client authentication.

Constructor Summary

Constructor Description
PartnerClientAuthentication()

Creates an instance of PartnerClientAuthentication class.

Method Summary

Modifier and Type Method and Description
PartnerClientAuthenticationType clientAuthenticationType()

Get the clientAuthenticationType property: Type of client authentication.

static PartnerClientAuthentication fromJson(JsonReader jsonReader)

Reads an instance of PartnerClientAuthentication from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

PartnerClientAuthentication

public PartnerClientAuthentication()

Creates an instance of PartnerClientAuthentication class.

Method Details

clientAuthenticationType

public PartnerClientAuthenticationType clientAuthenticationType()

Get the clientAuthenticationType property: Type of client authentication.

Returns:

the clientAuthenticationType value.

fromJson

public static PartnerClientAuthentication fromJson(JsonReader jsonReader)

Reads an instance of PartnerClientAuthentication from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of PartnerClientAuthentication if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the PartnerClientAuthentication.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to