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

69 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList"
name: "SimDeleteList"
nameWithType: "SimDeleteList"
summary: "The SIMs to delete."
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 **SimDeleteList**"
constructors:
- uid: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList.SimDeleteList()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList.SimDeleteList()"
name: "SimDeleteList()"
nameWithType: "SimDeleteList.SimDeleteList()"
summary: "Creates an instance of Sim<wbr>Delete<wbr>List class."
syntax: "public SimDeleteList()"
desc: "Creates an instance of SimDeleteList class."
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList.sims()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList.sims()"
name: "sims()"
nameWithType: "SimDeleteList.sims()"
summary: "Get the sims property: A list of SIM resource names to delete."
syntax: "public List<String> sims()"
desc: "Get the sims property: A list of SIM resource names to delete."
returns:
description: "the sims value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList.validate()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList.validate()"
name: "validate()"
nameWithType: "SimDeleteList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList.withSims(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimDeleteList.withSims(List<String> sims)"
name: "withSims(List<String> sims)"
nameWithType: "SimDeleteList.withSims(List<String> sims)"
summary: "Set the sims property: A list of SIM resource names to delete."
parameters:
- description: "the sims value to set."
name: "sims"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public SimDeleteList withSims(List<String> sims)"
desc: "Set the sims property: A list of SIM resource names to delete."
returns:
description: "the SimDeleteList object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SimDeleteList?alt=com.azure.resourcemanager.mobilenetwork.models.SimDeleteList&text=SimDeleteList\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The SIMs to delete."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0