Class GetNetworkFunctionResult


  • public final class GetNetworkFunctionResult
    extends java.lang.Object
    • Method Detail

      • device

        public java.util.Optional<SubResourceResponse> device()
        Returns:
        The reference to the device resource. Once set, it cannot be updated.
      • etag

        public java.util.Optional<java.lang.String> etag()
        Returns:
        A unique read-only string that changes whenever the resource is updated.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • location

        public java.lang.String location()
        Returns:
        The geo-location where the resource lives
      • managedApplication

        public SubResourceResponse managedApplication()
        Returns:
        The resource URI of the managed application.
      • managedApplicationParameters

        public java.util.Optional<java.lang.Object> managedApplicationParameters()
        Returns:
        The parameters for the managed application.
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • networkFunctionContainerConfigurations

        public java.util.Optional<java.lang.Object> networkFunctionContainerConfigurations()
        Returns:
        The network function container configurations from the user.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        The provisioning state of the network function resource.
      • serviceKey

        public java.lang.String serviceKey()
        Returns:
        The service key for the network function resource.
      • skuName

        public java.util.Optional<java.lang.String> skuName()
        Returns:
        The sku name for the network function. Once set, it cannot be updated.
      • skuType

        public java.lang.String skuType()
        Returns:
        The sku type for the network function.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        The system meta data relating to this resource.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
      • vendorName

        public java.util.Optional<java.lang.String> vendorName()
        Returns:
        The vendor name for the network function. Once set, it cannot be updated.
      • vendorProvisioningState

        public java.lang.String vendorProvisioningState()
        Returns:
        The vendor provisioning state for the network function resource.