Class AccountProperties

java.lang.Object
com.azure.resourcemanager.deviceupdate.fluent.models.AccountProperties

public final class AccountProperties extends Object
Device Update account properties.
  • Constructor Details

    • AccountProperties

      public AccountProperties()
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • hostname

      public String hostname()
      Get the hostname property: API host name.
      Returns:
      the hostname value.
    • publicNetworkAccess

      public PublicNetworkAccess publicNetworkAccess()
      Get the publicNetworkAccess property: Whether or not public network access is allowed for the account.
      Returns:
      the publicNetworkAccess value.
    • withPublicNetworkAccess

      public AccountProperties withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Set the publicNetworkAccess property: Whether or not public network access is allowed for the account.
      Parameters:
      publicNetworkAccess - the publicNetworkAccess value to set.
      Returns:
      the AccountProperties object itself.
    • privateEndpointConnections

      public List<PrivateEndpointConnectionInner> privateEndpointConnections()
      Get the privateEndpointConnections property: List of private endpoint connections associated with the account.
      Returns:
      the privateEndpointConnections value.
    • withPrivateEndpointConnections

      public AccountProperties withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)
      Set the privateEndpointConnections property: List of private endpoint connections associated with the account.
      Parameters:
      privateEndpointConnections - the privateEndpointConnections value to set.
      Returns:
      the AccountProperties object itself.
    • sku

      public Sku sku()
      Get the sku property: Device Update Sku.
      Returns:
      the sku value.
    • withSku

      public AccountProperties withSku(Sku sku)
      Set the sku property: Device Update Sku.
      Parameters:
      sku - the sku value to set.
      Returns:
      the AccountProperties object itself.
    • locations

      public List<Location> locations()
      Get the locations property: Device Update account primary and failover location details.
      Returns:
      the locations value.
    • validate

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