CacheRuleUpdateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. fluent. models. CacheRuleUpdateProperties
- com.
Implements
public final class CacheRuleUpdateProperties
implements JsonSerializable<CacheRuleUpdateProperties>
The parameters for updating cache rule properties.
Constructor Summary
| Constructor | Description |
|---|---|
| CacheRuleUpdateProperties() |
Creates an instance of Cache |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
credentialSetResourceId()
Get the credential |
|
static
Cache |
fromJson(JsonReader jsonReader)
Reads an instance of Cache |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cache |
withCredentialSetResourceId(String credentialSetResourceId)
Set the credential |
Methods inherited from java.lang.Object
Constructor Details
CacheRuleUpdateProperties
public CacheRuleUpdateProperties()
Creates an instance of CacheRuleUpdateProperties class.
Method Details
credentialSetResourceId
public String credentialSetResourceId()
Get the credentialSetResourceId property: The ARM resource ID of the credential store which is associated with the Cache rule.
Returns:
fromJson
public static CacheRuleUpdateProperties fromJson(JsonReader jsonReader)
Reads an instance of CacheRuleUpdateProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCredentialSetResourceId
public CacheRuleUpdateProperties withCredentialSetResourceId(String credentialSetResourceId)
Set the credentialSetResourceId property: The ARM resource ID of the credential store which is associated with the Cache rule.
Parameters:
Returns: