你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphUsedInsight Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphUsedInsight
- com.
- com.
public final class MicrosoftGraphUsedInsight
extends MicrosoftGraphEntity
usedInsight.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphUsedInsight() |
Creates an instance of Microsoft |
Method Summary
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphUsedInsight
public MicrosoftGraphUsedInsight()
Creates an instance of MicrosoftGraphUsedInsight class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: usedInsight.
Overrides:
MicrosoftGraphUsedInsight.additionalProperties()Returns:
fromJson
public static MicrosoftGraphUsedInsight fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphUsedInsight from the JsonReader.
Parameters:
Returns:
Throws:
lastUsed
public MicrosoftGraphUsageDetails lastUsed()
Get the lastUsed property: usageDetails.
Returns:
resource
public MicrosoftGraphEntity resource()
Get the resource property: entity.
Returns:
resourceReference
public MicrosoftGraphResourceReference resourceReference()
Get the resourceReference property: resourceReference.
Returns:
resourceVisualization
public MicrosoftGraphResourceVisualization resourceVisualization()
Get the resourceVisualization property: resourceVisualization.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphUsedInsight.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphUsedInsight.validate()withAdditionalProperties
public MicrosoftGraphUsedInsight withAdditionalProperties(Map
Set the additionalProperties property: usedInsight.
Overrides:
MicrosoftGraphUsedInsight.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphUsedInsight withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphUsedInsight.withId(String id)Parameters:
withLastUsed
public MicrosoftGraphUsedInsight withLastUsed(MicrosoftGraphUsageDetails lastUsed)
Set the lastUsed property: usageDetails.
Parameters:
Returns:
withResource
public MicrosoftGraphUsedInsight withResource(MicrosoftGraphEntity resource)
Set the resource property: entity.
Parameters:
Returns:
withResourceReference
public MicrosoftGraphUsedInsight withResourceReference(MicrosoftGraphResourceReference resourceReference)
Set the resourceReference property: resourceReference.
Parameters:
Returns:
withResourceVisualization
public MicrosoftGraphUsedInsight withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)
Set the resourceVisualization property: resourceVisualization.
Parameters:
Returns: