azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

271 строка
25 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight"
name: "MicrosoftGraphSharedInsight"
nameWithType: "MicrosoftGraphSharedInsight"
summary: "shared<wbr>Insight."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity&text=MicrosoftGraphEntity\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.additionalProperties()?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.additionalProperties&text=additionalProperties\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.id()?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.validate()?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.withAdditionalProperties&text=withAdditionalProperties\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.withId(java.lang.String)?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MicrosoftGraphSharedInsight**</br> extends <xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity&text=MicrosoftGraphEntity\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.MicrosoftGraphSharedInsight()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.MicrosoftGraphSharedInsight()"
name: "MicrosoftGraphSharedInsight()"
nameWithType: "MicrosoftGraphSharedInsight.MicrosoftGraphSharedInsight()"
summary: "Creates an instance of Microsoft<wbr>Graph<wbr>Shared<wbr>Insight class."
syntax: "public MicrosoftGraphSharedInsight()"
desc: "Creates an instance of MicrosoftGraphSharedInsight class."
methods:
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.additionalProperties()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.additionalProperties()"
name: "additionalProperties()"
nameWithType: "MicrosoftGraphSharedInsight.additionalProperties()"
summary: "Get the additional<wbr>Properties property: shared<wbr>Insight."
overridden: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.additionalProperties()"
syntax: "public Map<String,Object> additionalProperties()"
desc: "Get the additionalProperties property: sharedInsight."
returns:
description: "the additionalProperties value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MicrosoftGraphSharedInsight.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Microsoft<wbr>Graph<wbr>Shared<wbr>Insight from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static MicrosoftGraphSharedInsight fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the MicrosoftGraphSharedInsight."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of MicrosoftGraphSharedInsight from the JsonReader."
returns:
description: "An instance of MicrosoftGraphSharedInsight if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight&text=MicrosoftGraphSharedInsight\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.lastShared()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.lastShared()"
name: "lastShared()"
nameWithType: "MicrosoftGraphSharedInsight.lastShared()"
summary: "Get the last<wbr>Shared property: sharing<wbr>Detail."
syntax: "public MicrosoftGraphSharingDetail lastShared()"
desc: "Get the lastShared property: sharingDetail."
returns:
description: "the lastShared value."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail&text=MicrosoftGraphSharingDetail\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.lastSharedMethod()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.lastSharedMethod()"
name: "lastSharedMethod()"
nameWithType: "MicrosoftGraphSharedInsight.lastSharedMethod()"
summary: "Get the last<wbr>Shared<wbr>Method property: entity."
syntax: "public MicrosoftGraphEntity lastSharedMethod()"
desc: "Get the lastSharedMethod property: entity."
returns:
description: "the lastSharedMethod value."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity&text=MicrosoftGraphEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.resource()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.resource()"
name: "resource()"
nameWithType: "MicrosoftGraphSharedInsight.resource()"
summary: "Get the resource property: entity."
syntax: "public MicrosoftGraphEntity resource()"
desc: "Get the resource property: entity."
returns:
description: "the resource value."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity&text=MicrosoftGraphEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.resourceReference()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.resourceReference()"
name: "resourceReference()"
nameWithType: "MicrosoftGraphSharedInsight.resourceReference()"
summary: "Get the resource<wbr>Reference property: resource<wbr>Reference."
syntax: "public MicrosoftGraphResourceReference resourceReference()"
desc: "Get the resourceReference property: resourceReference."
returns:
description: "the resourceReference value."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceReference?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceReference&text=MicrosoftGraphResourceReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.resourceVisualization()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.resourceVisualization()"
name: "resourceVisualization()"
nameWithType: "MicrosoftGraphSharedInsight.resourceVisualization()"
summary: "Get the resource<wbr>Visualization property: resource<wbr>Visualization."
syntax: "public MicrosoftGraphResourceVisualization resourceVisualization()"
desc: "Get the resourceVisualization property: resourceVisualization."
returns:
description: "the resourceVisualization value."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceVisualization?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceVisualization&text=MicrosoftGraphResourceVisualization\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.sharingHistory()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.sharingHistory()"
name: "sharingHistory()"
nameWithType: "MicrosoftGraphSharedInsight.sharingHistory()"
summary: "Get the sharing<wbr>History property: The sharing<wbr>History property."
syntax: "public List<MicrosoftGraphSharingDetail> sharingHistory()"
desc: "Get the sharingHistory property: The sharingHistory property."
returns:
description: "the sharingHistory value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail&text=MicrosoftGraphSharingDetail\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MicrosoftGraphSharedInsight.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.validate()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.validate()"
name: "validate()"
nameWithType: "MicrosoftGraphSharedInsight.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withAdditionalProperties(Map<String,Object> additionalProperties)"
name: "withAdditionalProperties(Map<String,Object> additionalProperties)"
nameWithType: "MicrosoftGraphSharedInsight.withAdditionalProperties(Map<String,Object> additionalProperties)"
summary: "Set the additional<wbr>Properties property: shared<wbr>Insight."
overridden: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
parameters:
- description: "the additionalProperties value to set."
name: "additionalProperties"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
syntax: "public MicrosoftGraphSharedInsight withAdditionalProperties(Map<String,Object> additionalProperties)"
desc: "Set the additionalProperties property: sharedInsight."
returns:
description: "the MicrosoftGraphSharedInsight object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight&text=MicrosoftGraphSharedInsight\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withId(String id)"
name: "withId(String id)"
nameWithType: "MicrosoftGraphSharedInsight.withId(String id)"
summary: "Set the id property: Read-only."
overridden: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.withId(java.lang.String)"
parameters:
- name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MicrosoftGraphSharedInsight withId(String id)"
desc: "Set the id property: Read-only."
returns:
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight&text=MicrosoftGraphSharedInsight\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withLastShared(com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withLastShared(MicrosoftGraphSharingDetail lastShared)"
name: "withLastShared(MicrosoftGraphSharingDetail lastShared)"
nameWithType: "MicrosoftGraphSharedInsight.withLastShared(MicrosoftGraphSharingDetail lastShared)"
summary: "Set the last<wbr>Shared property: sharing<wbr>Detail."
parameters:
- description: "the lastShared value to set."
name: "lastShared"
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail&text=MicrosoftGraphSharingDetail\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MicrosoftGraphSharedInsight withLastShared(MicrosoftGraphSharingDetail lastShared)"
desc: "Set the lastShared property: sharingDetail."
returns:
description: "the MicrosoftGraphSharedInsight object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight&text=MicrosoftGraphSharedInsight\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withLastSharedMethod(com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withLastSharedMethod(MicrosoftGraphEntity lastSharedMethod)"
name: "withLastSharedMethod(MicrosoftGraphEntity lastSharedMethod)"
nameWithType: "MicrosoftGraphSharedInsight.withLastSharedMethod(MicrosoftGraphEntity lastSharedMethod)"
summary: "Set the last<wbr>Shared<wbr>Method property: entity."
parameters:
- description: "the lastSharedMethod value to set."
name: "lastSharedMethod"
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity&text=MicrosoftGraphEntity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MicrosoftGraphSharedInsight withLastSharedMethod(MicrosoftGraphEntity lastSharedMethod)"
desc: "Set the lastSharedMethod property: entity."
returns:
description: "the MicrosoftGraphSharedInsight object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight&text=MicrosoftGraphSharedInsight\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withResource(com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withResource(MicrosoftGraphEntity resource)"
name: "withResource(MicrosoftGraphEntity resource)"
nameWithType: "MicrosoftGraphSharedInsight.withResource(MicrosoftGraphEntity resource)"
summary: "Set the resource property: entity."
parameters:
- description: "the resource value to set."
name: "resource"
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity&text=MicrosoftGraphEntity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MicrosoftGraphSharedInsight withResource(MicrosoftGraphEntity resource)"
desc: "Set the resource property: entity."
returns:
description: "the MicrosoftGraphSharedInsight object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight&text=MicrosoftGraphSharedInsight\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withResourceReference(com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceReference)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withResourceReference(MicrosoftGraphResourceReference resourceReference)"
name: "withResourceReference(MicrosoftGraphResourceReference resourceReference)"
nameWithType: "MicrosoftGraphSharedInsight.withResourceReference(MicrosoftGraphResourceReference resourceReference)"
summary: "Set the resource<wbr>Reference property: resource<wbr>Reference."
parameters:
- description: "the resourceReference value to set."
name: "resourceReference"
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceReference?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceReference&text=MicrosoftGraphResourceReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MicrosoftGraphSharedInsight withResourceReference(MicrosoftGraphResourceReference resourceReference)"
desc: "Set the resourceReference property: resourceReference."
returns:
description: "the MicrosoftGraphSharedInsight object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight&text=MicrosoftGraphSharedInsight\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withResourceVisualization(com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceVisualization)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)"
name: "withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)"
nameWithType: "MicrosoftGraphSharedInsight.withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)"
summary: "Set the resource<wbr>Visualization property: resource<wbr>Visualization."
parameters:
- description: "the resourceVisualization value to set."
name: "resourceVisualization"
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceVisualization?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceVisualization&text=MicrosoftGraphResourceVisualization\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MicrosoftGraphSharedInsight withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)"
desc: "Set the resourceVisualization property: resourceVisualization."
returns:
description: "the MicrosoftGraphSharedInsight object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight&text=MicrosoftGraphSharedInsight\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withSharingHistory(java.util.List<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail>)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight.withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory)"
name: "withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory)"
nameWithType: "MicrosoftGraphSharedInsight.withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory)"
summary: "Set the sharing<wbr>History property: The sharing<wbr>History property."
parameters:
- description: "the sharingHistory value to set."
name: "sharingHistory"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharingDetail&text=MicrosoftGraphSharingDetail\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MicrosoftGraphSharedInsight withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory)"
desc: "Set the sharingHistory property: The sharingHistory property."
returns:
description: "the MicrosoftGraphSharedInsight object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight&text=MicrosoftGraphSharedInsight\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "sharedInsight."
metadata: {}
package: "com.azure.resourcemanager.authorization.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.42.0