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

150 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication"
name: "CollectionOfApplication"
nameWithType: "CollectionOfApplication"
summary: "Collection of application."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **CollectionOfApplication**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication?alt=com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication&text=CollectionOfApplication\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.CollectionOfApplication()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.CollectionOfApplication()"
name: "CollectionOfApplication()"
nameWithType: "CollectionOfApplication.CollectionOfApplication()"
summary: "Creates an instance of Collection<wbr>OfApplication class."
syntax: "public CollectionOfApplication()"
desc: "Creates an instance of CollectionOfApplication class."
methods:
- uid: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.additionalProperties()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.additionalProperties()"
name: "additionalProperties()"
nameWithType: "CollectionOfApplication.additionalProperties()"
summary: "Get the additional<wbr>Properties property: Collection of application."
syntax: "public Map<String,Object> additionalProperties()"
desc: "Get the additionalProperties property: Collection of application."
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.CollectionOfApplication.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CollectionOfApplication.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Collection<wbr>OfApplication 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 CollectionOfApplication fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the CollectionOfApplication."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CollectionOfApplication from the JsonReader."
returns:
description: "An instance of CollectionOfApplication 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.CollectionOfApplication?alt=com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication&text=CollectionOfApplication\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.odataNextLink()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.odataNextLink()"
name: "odataNextLink()"
nameWithType: "CollectionOfApplication.odataNextLink()"
summary: "Get the odata<wbr>Next<wbr>Link property: The @odata.<wbr>next<wbr>Link property."
syntax: "public String odataNextLink()"
desc: "Get the odataNextLink property: The @odata.nextLink property."
returns:
description: "the odataNextLink 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.CollectionOfApplication.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CollectionOfApplication.toJson(JsonWriter 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.CollectionOfApplication.validate()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.validate()"
name: "validate()"
nameWithType: "CollectionOfApplication.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.value()"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.value()"
name: "value()"
nameWithType: "CollectionOfApplication.value()"
summary: "Get the value property: The value property."
syntax: "public List<MicrosoftGraphApplicationInner> value()"
desc: "Get the value property: The value property."
returns:
description: "the value 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.MicrosoftGraphApplicationInner?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphApplicationInner&text=MicrosoftGraphApplicationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.withAdditionalProperties(Map<String,Object> additionalProperties)"
name: "withAdditionalProperties(Map<String,Object> additionalProperties)"
nameWithType: "CollectionOfApplication.withAdditionalProperties(Map<String,Object> additionalProperties)"
summary: "Set the additional<wbr>Properties property: Collection of application."
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 CollectionOfApplication withAdditionalProperties(Map<String,Object> additionalProperties)"
desc: "Set the additionalProperties property: Collection of application."
returns:
description: "the CollectionOfApplication object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication?alt=com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication&text=CollectionOfApplication\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.withOdataNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.withOdataNextLink(String odataNextLink)"
name: "withOdataNextLink(String odataNextLink)"
nameWithType: "CollectionOfApplication.withOdataNextLink(String odataNextLink)"
summary: "Set the odata<wbr>Next<wbr>Link property: The @odata.<wbr>next<wbr>Link property."
parameters:
- description: "the odataNextLink value to set."
name: "odataNextLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CollectionOfApplication withOdataNextLink(String odataNextLink)"
desc: "Set the odataNextLink property: The @odata.nextLink property."
returns:
description: "the CollectionOfApplication object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication?alt=com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication&text=CollectionOfApplication\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.withValue(java.util.List<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphApplicationInner>)"
fullName: "com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication.withValue(List<MicrosoftGraphApplicationInner> value)"
name: "withValue(List<MicrosoftGraphApplicationInner> value)"
nameWithType: "CollectionOfApplication.withValue(List<MicrosoftGraphApplicationInner> value)"
summary: "Set the value property: The value property."
parameters:
- description: "the value value to set."
name: "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.MicrosoftGraphApplicationInner?alt=com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphApplicationInner&text=MicrosoftGraphApplicationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CollectionOfApplication withValue(List<MicrosoftGraphApplicationInner> value)"
desc: "Set the value property: The value property."
returns:
description: "the CollectionOfApplication object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication?alt=com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication&text=CollectionOfApplication\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Collection of application."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication?alt=com.azure.resourcemanager.authorization.fluent.models.CollectionOfApplication&text=CollectionOfApplication\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.authorization.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.42.0