Show / Hide Table of Contents

Class AndroidEnterpriseService

The AndroidEnterprise Service.

Inheritance
object
BaseClientService
AndroidEnterpriseService
Implements
IClientService
IDisposable
Inherited Members
BaseClientService.DefaultMaxUrlLength
BaseClientService.CreateBackOffHandler()
BaseClientService.GetEffectiveUri(string, string)
BaseClientService.SetRequestSerailizedContent(HttpRequestMessage, object)
BaseClientService.SerializeObject(object)
BaseClientService.DeserializeResponse<T>(HttpResponseMessage)
BaseClientService.DeserializeError(HttpResponseMessage)
BaseClientService.Dispose()
BaseClientService.BaseUriOverride
BaseClientService.UniverseDomain
BaseClientService.HttpClientTimeout
BaseClientService.HttpClient
BaseClientService.HttpClientInitializer
BaseClientService.GZipEnabled
BaseClientService.ApiKey
BaseClientService.ApplicationName
BaseClientService.Serializer
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class AndroidEnterpriseService : BaseClientService, IClientService, IDisposable

Constructors

AndroidEnterpriseService()

Constructs a new service.

Declaration
public AndroidEnterpriseService()

AndroidEnterpriseService(Initializer)

Constructs a new service.

Declaration
public AndroidEnterpriseService(BaseClientService.Initializer initializer)
Parameters
Type Name Description
BaseClientService.Initializer initializer

The service initializer.

Fields

DiscoveryVersionUsed

The discovery version used to generate this service.

Declaration
public static DiscoveryVersion DiscoveryVersionUsed
Field Value
Type Description
DiscoveryVersion

Version

The API version.

Declaration
public const string Version = "v1"
Field Value
Type Description
string

Properties

BasePath

Gets the service base path.

Declaration
public override string BasePath { get; }
Property Value
Type Description
string
Overrides
BaseClientService.BasePath

BaseUri

Gets the service base URI.

Declaration
public override string BaseUri { get; }
Property Value
Type Description
string
Overrides
BaseClientService.BaseUri

BatchPath

Gets the batch base path; null if unspecified.

Declaration
public override string BatchPath { get; }
Property Value
Type Description
string
Overrides
BaseClientService.BatchPath

BatchUri

Gets the batch base URI; null if unspecified.

Declaration
public override string BatchUri { get; }
Property Value
Type Description
string
Overrides
BaseClientService.BatchUri

Devices

Gets the Devices resource.

Declaration
public virtual DevicesResource Devices { get; }
Property Value
Type Description
DevicesResource

EnrollmentTokens

Gets the EnrollmentTokens resource.

Declaration
public virtual EnrollmentTokensResource EnrollmentTokens { get; }
Property Value
Type Description
EnrollmentTokensResource

Enterprises

Gets the Enterprises resource.

Declaration
public virtual EnterprisesResource Enterprises { get; }
Property Value
Type Description
EnterprisesResource

Entitlements

Gets the Entitlements resource.

Declaration
public virtual EntitlementsResource Entitlements { get; }
Property Value
Type Description
EntitlementsResource

Features

Gets the service supported features.

Declaration
public override IList<string> Features { get; }
Property Value
Type Description
IList<string>
Overrides
BaseClientService.Features

Grouplicenses

Gets the Grouplicenses resource.

Declaration
public virtual GrouplicensesResource Grouplicenses { get; }
Property Value
Type Description
GrouplicensesResource

Grouplicenseusers

Gets the Grouplicenseusers resource.

Declaration
public virtual GrouplicenseusersResource Grouplicenseusers { get; }
Property Value
Type Description
GrouplicenseusersResource

Installs

Gets the Installs resource.

Declaration
public virtual InstallsResource Installs { get; }
Property Value
Type Description
InstallsResource

Managedconfigurationsfordevice

Gets the Managedconfigurationsfordevice resource.

Declaration
public virtual ManagedconfigurationsfordeviceResource Managedconfigurationsfordevice { get; }
Property Value
Type Description
ManagedconfigurationsfordeviceResource

Managedconfigurationsforuser

Gets the Managedconfigurationsforuser resource.

Declaration
public virtual ManagedconfigurationsforuserResource Managedconfigurationsforuser { get; }
Property Value
Type Description
ManagedconfigurationsforuserResource

Managedconfigurationssettings

Gets the Managedconfigurationssettings resource.

Declaration
public virtual ManagedconfigurationssettingsResource Managedconfigurationssettings { get; }
Property Value
Type Description
ManagedconfigurationssettingsResource

Name

Gets the service name.

Declaration
public override string Name { get; }
Property Value
Type Description
string
Overrides
BaseClientService.Name

Permissions

Gets the Permissions resource.

Declaration
public virtual PermissionsResource Permissions { get; }
Property Value
Type Description
PermissionsResource

Products

Gets the Products resource.

Declaration
public virtual ProductsResource Products { get; }
Property Value
Type Description
ProductsResource

Serviceaccountkeys

Gets the Serviceaccountkeys resource.

Declaration
public virtual ServiceaccountkeysResource Serviceaccountkeys { get; }
Property Value
Type Description
ServiceaccountkeysResource

Storelayoutclusters

Gets the Storelayoutclusters resource.

Declaration
public virtual StorelayoutclustersResource Storelayoutclusters { get; }
Property Value
Type Description
StorelayoutclustersResource

Storelayoutpages

Gets the Storelayoutpages resource.

Declaration
public virtual StorelayoutpagesResource Storelayoutpages { get; }
Property Value
Type Description
StorelayoutpagesResource

Users

Gets the Users resource.

Declaration
public virtual UsersResource Users { get; }
Property Value
Type Description
UsersResource

Webapps

Gets the Webapps resource.

Declaration
public virtual WebappsResource Webapps { get; }
Property Value
Type Description
WebappsResource

Implements

IClientService
IDisposable
In this article
Back to top Generated by DocFX