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

223 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp"
name: "MicrosoftGraphTeamsApp"
nameWithType: "MicrosoftGraphTeamsApp"
summary: "teams<wbr>App."
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 **MicrosoftGraphTeamsApp**</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.MicrosoftGraphTeamsApp.MicrosoftGraphTeamsApp()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.MicrosoftGraphTeamsApp()"
name: "MicrosoftGraphTeamsApp()"
nameWithType: "MicrosoftGraphTeamsApp.MicrosoftGraphTeamsApp()"
summary: "Creates an instance of Microsoft<wbr>Graph<wbr>Teams<wbr>App class."
syntax: "public MicrosoftGraphTeamsApp()"
desc: "Creates an instance of MicrosoftGraphTeamsApp class."
methods:
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.additionalProperties()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.additionalProperties()"
name: "additionalProperties()"
nameWithType: "MicrosoftGraphTeamsApp.additionalProperties()"
summary: "Get the additional<wbr>Properties property: teams<wbr>App."
overridden: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity.additionalProperties()"
syntax: "public Map<String,Object> additionalProperties()"
desc: "Get the additionalProperties property: teamsApp."
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.MicrosoftGraphTeamsApp.appDefinitions()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.appDefinitions()"
name: "appDefinitions()"
nameWithType: "MicrosoftGraphTeamsApp.appDefinitions()"
summary: "Get the app<wbr>Definitions property: The details for each version of the app."
syntax: "public List<MicrosoftGraphTeamsAppDefinition> appDefinitions()"
desc: "Get the appDefinitions property: The details for each version of the app."
returns:
description: "the appDefinitions 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.MicrosoftGraphTeamsAppDefinition?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDefinition&text=MicrosoftGraphTeamsAppDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.displayName()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.displayName()"
name: "displayName()"
nameWithType: "MicrosoftGraphTeamsApp.displayName()"
summary: "Get the display<wbr>Name property: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package."
syntax: "public String displayName()"
desc: "Get the displayName property: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.distributionMethod()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.distributionMethod()"
name: "distributionMethod()"
nameWithType: "MicrosoftGraphTeamsApp.distributionMethod()"
summary: "Get the distribution<wbr>Method property: teams<wbr>App<wbr>Distribution<wbr>Method."
syntax: "public MicrosoftGraphTeamsAppDistributionMethod distributionMethod()"
desc: "Get the distributionMethod property: teamsAppDistributionMethod."
returns:
description: "the distributionMethod value."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDistributionMethod?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDistributionMethod&text=MicrosoftGraphTeamsAppDistributionMethod\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.externalId()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.externalId()"
name: "externalId()"
nameWithType: "MicrosoftGraphTeamsApp.externalId()"
summary: "Get the external<wbr>Id property: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package."
syntax: "public String externalId()"
desc: "Get the externalId property: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package."
returns:
description: "the externalId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MicrosoftGraphTeamsApp.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Microsoft<wbr>Graph<wbr>Teams<wbr>App 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 MicrosoftGraphTeamsApp fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the MicrosoftGraphTeamsApp."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of MicrosoftGraphTeamsApp from the JsonReader."
returns:
description: "An instance of MicrosoftGraphTeamsApp if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp&text=MicrosoftGraphTeamsApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MicrosoftGraphTeamsApp.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.MicrosoftGraphTeamsApp.validate()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.validate()"
name: "validate()"
nameWithType: "MicrosoftGraphTeamsApp.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.MicrosoftGraphTeamsApp.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withAdditionalProperties(Map<String,Object> additionalProperties)"
name: "withAdditionalProperties(Map<String,Object> additionalProperties)"
nameWithType: "MicrosoftGraphTeamsApp.withAdditionalProperties(Map<String,Object> additionalProperties)"
summary: "Set the additional<wbr>Properties property: teams<wbr>App."
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 MicrosoftGraphTeamsApp withAdditionalProperties(Map<String,Object> additionalProperties)"
desc: "Set the additionalProperties property: teamsApp."
returns:
description: "the MicrosoftGraphTeamsApp object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp&text=MicrosoftGraphTeamsApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withAppDefinitions(java.util.List<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDefinition>)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withAppDefinitions(List<MicrosoftGraphTeamsAppDefinition> appDefinitions)"
name: "withAppDefinitions(List<MicrosoftGraphTeamsAppDefinition> appDefinitions)"
nameWithType: "MicrosoftGraphTeamsApp.withAppDefinitions(List<MicrosoftGraphTeamsAppDefinition> appDefinitions)"
summary: "Set the app<wbr>Definitions property: The details for each version of the app."
parameters:
- description: "the appDefinitions value to set."
name: "appDefinitions"
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.MicrosoftGraphTeamsAppDefinition?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDefinition&text=MicrosoftGraphTeamsAppDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MicrosoftGraphTeamsApp withAppDefinitions(List<MicrosoftGraphTeamsAppDefinition> appDefinitions)"
desc: "Set the appDefinitions property: The details for each version of the app."
returns:
description: "the MicrosoftGraphTeamsApp object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp&text=MicrosoftGraphTeamsApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "MicrosoftGraphTeamsApp.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MicrosoftGraphTeamsApp withDisplayName(String displayName)"
desc: "Set the displayName property: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package."
returns:
description: "the MicrosoftGraphTeamsApp object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp&text=MicrosoftGraphTeamsApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withDistributionMethod(com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDistributionMethod)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withDistributionMethod(MicrosoftGraphTeamsAppDistributionMethod distributionMethod)"
name: "withDistributionMethod(MicrosoftGraphTeamsAppDistributionMethod distributionMethod)"
nameWithType: "MicrosoftGraphTeamsApp.withDistributionMethod(MicrosoftGraphTeamsAppDistributionMethod distributionMethod)"
summary: "Set the distribution<wbr>Method property: teams<wbr>App<wbr>Distribution<wbr>Method."
parameters:
- description: "the distributionMethod value to set."
name: "distributionMethod"
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDistributionMethod?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppDistributionMethod&text=MicrosoftGraphTeamsAppDistributionMethod\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MicrosoftGraphTeamsApp withDistributionMethod(MicrosoftGraphTeamsAppDistributionMethod distributionMethod)"
desc: "Set the distributionMethod property: teamsAppDistributionMethod."
returns:
description: "the MicrosoftGraphTeamsApp object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp&text=MicrosoftGraphTeamsApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withExternalId(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withExternalId(String externalId)"
name: "withExternalId(String externalId)"
nameWithType: "MicrosoftGraphTeamsApp.withExternalId(String externalId)"
summary: "Set the external<wbr>Id property: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package."
parameters:
- description: "the externalId value to set."
name: "externalId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MicrosoftGraphTeamsApp withExternalId(String externalId)"
desc: "Set the externalId property: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package."
returns:
description: "the MicrosoftGraphTeamsApp object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp&text=MicrosoftGraphTeamsApp\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp.withId(String id)"
name: "withId(String id)"
nameWithType: "MicrosoftGraphTeamsApp.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 MicrosoftGraphTeamsApp withId(String id)"
desc: "Set the id property: Read-only."
returns:
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsApp&text=MicrosoftGraphTeamsApp\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "teamsApp."
metadata: {}
package: "com.azure.resourcemanager.authorization.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.42.0