Class SimGroupPropertiesFormat

java.lang.Object
com.azure.resourcemanager.mobilenetwork.fluent.models.SimGroupPropertiesFormat

public final class SimGroupPropertiesFormat extends Object
SIM group properties.
  • Constructor Details

    • SimGroupPropertiesFormat

      public SimGroupPropertiesFormat()
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the SIM group resource.
      Returns:
      the provisioningState value.
    • encryptionKey

      public KeyVaultKey encryptionKey()
      Get the encryptionKey property: A key to encrypt the SIM data that belongs to this SIM group.
      Returns:
      the encryptionKey value.
    • withEncryptionKey

      public SimGroupPropertiesFormat withEncryptionKey(KeyVaultKey encryptionKey)
      Set the encryptionKey property: A key to encrypt the SIM data that belongs to this SIM group.
      Parameters:
      encryptionKey - the encryptionKey value to set.
      Returns:
      the SimGroupPropertiesFormat object itself.
    • mobileNetwork

      public MobileNetworkResourceId mobileNetwork()
      Get the mobileNetwork property: Mobile network that this SIM belongs to.
      Returns:
      the mobileNetwork value.
    • withMobileNetwork

      public SimGroupPropertiesFormat withMobileNetwork(MobileNetworkResourceId mobileNetwork)
      Set the mobileNetwork property: Mobile network that this SIM belongs to.
      Parameters:
      mobileNetwork - the mobileNetwork value to set.
      Returns:
      the SimGroupPropertiesFormat object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.