MicrosoftGraphExtension Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphExtension
- com.
- com.
public final class MicrosoftGraphExtension
extends MicrosoftGraphEntity
extension.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphExtension() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphExtension
public MicrosoftGraphExtension()
Creates an instance of MicrosoftGraphExtension class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: extension.
Overrides:
MicrosoftGraphExtension.additionalProperties()Returns:
fromJson
public static MicrosoftGraphExtension fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphExtension from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphExtension.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphExtension.validate()withAdditionalProperties
public MicrosoftGraphExtension withAdditionalProperties(Map
Set the additionalProperties property: extension.
Overrides:
MicrosoftGraphExtension.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphExtension withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphExtension.withId(String id)Parameters:
Applies to
Azure SDK for Java