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

93 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.SimClone"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimClone"
name: "SimClone"
nameWithType: "SimClone"
summary: "The SIMs to clone."
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 **SimClone**"
constructors:
- uid: "com.azure.resourcemanager.mobilenetwork.models.SimClone.SimClone()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimClone.SimClone()"
name: "SimClone()"
nameWithType: "SimClone.SimClone()"
summary: "Creates an instance of Sim<wbr>Clone class."
syntax: "public SimClone()"
desc: "Creates an instance of SimClone class."
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.SimClone.sims()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimClone.sims()"
name: "sims()"
nameWithType: "SimClone.sims()"
summary: "Get the sims property: A list of SIM resource names to be cloned."
syntax: "public List<String> sims()"
desc: "Get the sims property: A list of SIM resource names to be cloned."
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.SimClone.targetSimGroupId()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimClone.targetSimGroupId()"
name: "targetSimGroupId()"
nameWithType: "SimClone.targetSimGroupId()"
summary: "Get the target<wbr>Sim<wbr>Group<wbr>Id property: The SIM Group where the SIMs should be cloned."
syntax: "public SimGroupResourceId targetSimGroupId()"
desc: "Get the targetSimGroupId property: The SIM Group where the SIMs should be cloned."
returns:
description: "the targetSimGroupId value."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SimGroupResourceId?alt=com.azure.resourcemanager.mobilenetwork.models.SimGroupResourceId&text=SimGroupResourceId\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.SimClone.validate()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimClone.validate()"
name: "validate()"
nameWithType: "SimClone.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mobilenetwork.models.SimClone.withSims(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimClone.withSims(List<String> sims)"
name: "withSims(List<String> sims)"
nameWithType: "SimClone.withSims(List<String> sims)"
summary: "Set the sims property: A list of SIM resource names to be cloned."
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 SimClone withSims(List<String> sims)"
desc: "Set the sims property: A list of SIM resource names to be cloned."
returns:
description: "the SimClone object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SimClone?alt=com.azure.resourcemanager.mobilenetwork.models.SimClone&text=SimClone\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.SimClone.withTargetSimGroupId(com.azure.resourcemanager.mobilenetwork.models.SimGroupResourceId)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.SimClone.withTargetSimGroupId(SimGroupResourceId targetSimGroupId)"
name: "withTargetSimGroupId(SimGroupResourceId targetSimGroupId)"
nameWithType: "SimClone.withTargetSimGroupId(SimGroupResourceId targetSimGroupId)"
summary: "Set the target<wbr>Sim<wbr>Group<wbr>Id property: The SIM Group where the SIMs should be cloned."
parameters:
- description: "the targetSimGroupId value to set."
name: "targetSimGroupId"
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SimGroupResourceId?alt=com.azure.resourcemanager.mobilenetwork.models.SimGroupResourceId&text=SimGroupResourceId\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SimClone withTargetSimGroupId(SimGroupResourceId targetSimGroupId)"
desc: "Set the targetSimGroupId property: The SIM Group where the SIMs should be cloned."
returns:
description: "the SimClone object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SimClone?alt=com.azure.resourcemanager.mobilenetwork.models.SimClone&text=SimClone\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The SIMs to clone."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0