java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.mobilenetwork.fluent.models.SimGroupInner

public final class SimGroupInner extends com.azure.core.management.Resource
SIM group resource.
  • Constructor Details

    • SimGroupInner

      public SimGroupInner()
  • Method Details

    • identity

      public ManagedServiceIdentity identity()
      Get the identity property: The identity used to retrieve the encryption key from Azure key vault.
      Returns:
      the identity value.
    • withIdentity

      public SimGroupInner withIdentity(ManagedServiceIdentity identity)
      Set the identity property: The identity used to retrieve the encryption key from Azure key vault.
      Parameters:
      identity - the identity value to set.
      Returns:
      the SimGroupInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

      public SimGroupInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public SimGroupInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • 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 SimGroupInner 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 SimGroupInner object itself.
    • mobileNetwork

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

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

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