PartnerConfigurationUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. PartnerConfigurationUpdateParameters
- com.
Implements
public final class PartnerConfigurationUpdateParameters
implements JsonSerializable<PartnerConfigurationUpdateParameters>
Properties of the partner configuration update.
Constructor Summary
| Constructor | Description |
|---|---|
| PartnerConfigurationUpdateParameters() |
Creates an instance of Partner |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
defaultMaximumExpirationTimeInDays()
Get the default |
|
static
Partner |
fromJson(JsonReader jsonReader)
Reads an instance of Partner |
| Map<String,String> |
tags()
Get the tags property: Tags of the partner configuration resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Partner |
withDefaultMaximumExpirationTimeInDays(Integer defaultMaximumExpirationTimeInDays)
Set the default |
|
Partner |
withTags(Map<String,String> tags)
Set the tags property: Tags of the partner configuration resource. |
Methods inherited from java.lang.Object
Constructor Details
PartnerConfigurationUpdateParameters
public PartnerConfigurationUpdateParameters()
Creates an instance of PartnerConfigurationUpdateParameters class.
Method Details
defaultMaximumExpirationTimeInDays
public Integer defaultMaximumExpirationTimeInDays()
Get the defaultMaximumExpirationTimeInDays property: The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.
Returns:
fromJson
public static PartnerConfigurationUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of PartnerConfigurationUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Tags of the partner configuration resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDefaultMaximumExpirationTimeInDays
public PartnerConfigurationUpdateParameters withDefaultMaximumExpirationTimeInDays(Integer defaultMaximumExpirationTimeInDays)
Set the defaultMaximumExpirationTimeInDays property: The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.
Parameters:
Returns:
withTags
public PartnerConfigurationUpdateParameters withTags(Map<String,String> tags)
Set the tags property: Tags of the partner configuration resource.
Parameters:
Returns: