189 строки
15 KiB
YAML
189 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList"
|
|
name: "EncryptedSimUploadList"
|
|
nameWithType: "EncryptedSimUploadList"
|
|
summary: "The SIMs to upload."
|
|
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 **EncryptedSimUploadList**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.EncryptedSimUploadList()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.EncryptedSimUploadList()"
|
|
name: "EncryptedSimUploadList()"
|
|
nameWithType: "EncryptedSimUploadList.EncryptedSimUploadList()"
|
|
summary: "Creates an instance of Encrypted<wbr>Sim<wbr>Upload<wbr>List class."
|
|
syntax: "public EncryptedSimUploadList()"
|
|
desc: "Creates an instance of EncryptedSimUploadList class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.azureKeyIdentifier()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.azureKeyIdentifier()"
|
|
name: "azureKeyIdentifier()"
|
|
nameWithType: "EncryptedSimUploadList.azureKeyIdentifier()"
|
|
summary: "Get the azure<wbr>Key<wbr>Identifier property: An identifier for the Azure SIM onboarding public key used for encrypted upload."
|
|
syntax: "public int azureKeyIdentifier()"
|
|
desc: "Get the azureKeyIdentifier property: An identifier for the Azure SIM onboarding public key used for encrypted upload."
|
|
returns:
|
|
description: "the azureKeyIdentifier value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.encryptedTransportKey()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.encryptedTransportKey()"
|
|
name: "encryptedTransportKey()"
|
|
nameWithType: "EncryptedSimUploadList.encryptedTransportKey()"
|
|
summary: "Get the encrypted<wbr>Transport<wbr>Key property: The transport key used for encrypting SIM credentials, encrypted using the SIM onboarding public key."
|
|
syntax: "public String encryptedTransportKey()"
|
|
desc: "Get the encryptedTransportKey property: The transport key used for encrypting SIM credentials, encrypted using the SIM onboarding public key."
|
|
returns:
|
|
description: "the encryptedTransportKey value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.signedTransportKey()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.signedTransportKey()"
|
|
name: "signedTransportKey()"
|
|
nameWithType: "EncryptedSimUploadList.signedTransportKey()"
|
|
summary: "Get the signed<wbr>Transport<wbr>Key property: The encrypted transport key, signed using the SIM vendor private key."
|
|
syntax: "public String signedTransportKey()"
|
|
desc: "Get the signedTransportKey property: The encrypted transport key, signed using the SIM vendor private key."
|
|
returns:
|
|
description: "the signedTransportKey value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.sims()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.sims()"
|
|
name: "sims()"
|
|
nameWithType: "EncryptedSimUploadList.sims()"
|
|
summary: "Get the sims property: A list of SIMs to upload, with encrypted properties."
|
|
syntax: "public List<SimNameAndEncryptedProperties> sims()"
|
|
desc: "Get the sims property: A list of SIMs to upload, with encrypted properties."
|
|
returns:
|
|
description: "the sims value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SimNameAndEncryptedProperties?alt=com.azure.resourcemanager.mobilenetwork.models.SimNameAndEncryptedProperties&text=SimNameAndEncryptedProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.validate()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EncryptedSimUploadList.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.vendorKeyFingerprint()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.vendorKeyFingerprint()"
|
|
name: "vendorKeyFingerprint()"
|
|
nameWithType: "EncryptedSimUploadList.vendorKeyFingerprint()"
|
|
summary: "Get the vendor<wbr>Key<wbr>Fingerprint property: The fingerprint of the SIM vendor public key."
|
|
syntax: "public String vendorKeyFingerprint()"
|
|
desc: "Get the vendorKeyFingerprint property: The fingerprint of the SIM vendor public key. The private counterpart is used for signing the encrypted transport key."
|
|
returns:
|
|
description: "the vendorKeyFingerprint value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.version()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.version()"
|
|
name: "version()"
|
|
nameWithType: "EncryptedSimUploadList.version()"
|
|
summary: "Get the version property: The upload file format version."
|
|
syntax: "public int version()"
|
|
desc: "Get the version property: The upload file format version."
|
|
returns:
|
|
description: "the version value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withAzureKeyIdentifier(int)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withAzureKeyIdentifier(int azureKeyIdentifier)"
|
|
name: "withAzureKeyIdentifier(int azureKeyIdentifier)"
|
|
nameWithType: "EncryptedSimUploadList.withAzureKeyIdentifier(int azureKeyIdentifier)"
|
|
summary: "Set the azure<wbr>Key<wbr>Identifier property: An identifier for the Azure SIM onboarding public key used for encrypted upload."
|
|
parameters:
|
|
- description: "the azureKeyIdentifier value to set."
|
|
name: "azureKeyIdentifier"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncryptedSimUploadList withAzureKeyIdentifier(int azureKeyIdentifier)"
|
|
desc: "Set the azureKeyIdentifier property: An identifier for the Azure SIM onboarding public key used for encrypted upload."
|
|
returns:
|
|
description: "the EncryptedSimUploadList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList?alt=com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList&text=EncryptedSimUploadList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withEncryptedTransportKey(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withEncryptedTransportKey(String encryptedTransportKey)"
|
|
name: "withEncryptedTransportKey(String encryptedTransportKey)"
|
|
nameWithType: "EncryptedSimUploadList.withEncryptedTransportKey(String encryptedTransportKey)"
|
|
summary: "Set the encrypted<wbr>Transport<wbr>Key property: The transport key used for encrypting SIM credentials, encrypted using the SIM onboarding public key."
|
|
parameters:
|
|
- description: "the encryptedTransportKey value to set."
|
|
name: "encryptedTransportKey"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EncryptedSimUploadList withEncryptedTransportKey(String encryptedTransportKey)"
|
|
desc: "Set the encryptedTransportKey property: The transport key used for encrypting SIM credentials, encrypted using the SIM onboarding public key."
|
|
returns:
|
|
description: "the EncryptedSimUploadList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList?alt=com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList&text=EncryptedSimUploadList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withSignedTransportKey(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withSignedTransportKey(String signedTransportKey)"
|
|
name: "withSignedTransportKey(String signedTransportKey)"
|
|
nameWithType: "EncryptedSimUploadList.withSignedTransportKey(String signedTransportKey)"
|
|
summary: "Set the signed<wbr>Transport<wbr>Key property: The encrypted transport key, signed using the SIM vendor private key."
|
|
parameters:
|
|
- description: "the signedTransportKey value to set."
|
|
name: "signedTransportKey"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EncryptedSimUploadList withSignedTransportKey(String signedTransportKey)"
|
|
desc: "Set the signedTransportKey property: The encrypted transport key, signed using the SIM vendor private key."
|
|
returns:
|
|
description: "the EncryptedSimUploadList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList?alt=com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList&text=EncryptedSimUploadList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withSims(java.util.List<com.azure.resourcemanager.mobilenetwork.models.SimNameAndEncryptedProperties>)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withSims(List<SimNameAndEncryptedProperties> sims)"
|
|
name: "withSims(List<SimNameAndEncryptedProperties> sims)"
|
|
nameWithType: "EncryptedSimUploadList.withSims(List<SimNameAndEncryptedProperties> sims)"
|
|
summary: "Set the sims property: A list of SIMs to upload, with encrypted properties."
|
|
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><<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SimNameAndEncryptedProperties?alt=com.azure.resourcemanager.mobilenetwork.models.SimNameAndEncryptedProperties&text=SimNameAndEncryptedProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public EncryptedSimUploadList withSims(List<SimNameAndEncryptedProperties> sims)"
|
|
desc: "Set the sims property: A list of SIMs to upload, with encrypted properties."
|
|
returns:
|
|
description: "the EncryptedSimUploadList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList?alt=com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList&text=EncryptedSimUploadList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withVendorKeyFingerprint(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withVendorKeyFingerprint(String vendorKeyFingerprint)"
|
|
name: "withVendorKeyFingerprint(String vendorKeyFingerprint)"
|
|
nameWithType: "EncryptedSimUploadList.withVendorKeyFingerprint(String vendorKeyFingerprint)"
|
|
summary: "Set the vendor<wbr>Key<wbr>Fingerprint property: The fingerprint of the SIM vendor public key."
|
|
parameters:
|
|
- description: "the vendorKeyFingerprint value to set."
|
|
name: "vendorKeyFingerprint"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EncryptedSimUploadList withVendorKeyFingerprint(String vendorKeyFingerprint)"
|
|
desc: "Set the vendorKeyFingerprint property: The fingerprint of the SIM vendor public key. The private counterpart is used for signing the encrypted transport key."
|
|
returns:
|
|
description: "the EncryptedSimUploadList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList?alt=com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList&text=EncryptedSimUploadList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withVersion(int)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList.withVersion(int version)"
|
|
name: "withVersion(int version)"
|
|
nameWithType: "EncryptedSimUploadList.withVersion(int version)"
|
|
summary: "Set the version property: The upload file format version."
|
|
parameters:
|
|
- description: "the version value to set."
|
|
name: "version"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncryptedSimUploadList withVersion(int version)"
|
|
desc: "Set the version property: The upload file format version."
|
|
returns:
|
|
description: "the EncryptedSimUploadList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList?alt=com.azure.resourcemanager.mobilenetwork.models.EncryptedSimUploadList&text=EncryptedSimUploadList\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The SIMs to upload. The SIM credentials must be encrypted."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mobilenetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0
|