Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDomainDnsRecord
Packages that use MicrosoftGraphDomainDnsRecord
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphDomainDnsRecord in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDomainDnsRecordModifier and TypeMethodDescriptionMicrosoftGraphDomainDnsRecord.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: domainDnsRecord.Set the id property: Read-only.MicrosoftGraphDomainDnsRecord.withIsOptional(Boolean isOptional) Set the isOptional property: If false, this record must be configured by the customer at the DNS host for Microsoft Online Services to operate correctly with the domain.Set the label property: Value used when configuring the name of the DNS record at the DNS host.MicrosoftGraphDomainDnsRecord.withRecordType(String recordType) Set the recordType property: Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, TxtKey.MicrosoftGraphDomainDnsRecord.withSupportedService(String supportedService) Set the supportedService property: Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune.Set the ttl property: Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDomainDnsRecordModifier and TypeMethodDescriptionMicrosoftGraphDomainInner.serviceConfigurationRecords()Get the serviceConfigurationRecords property: DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services.Read-only, Nullable.MicrosoftGraphDomainInner.verificationDnsRecords()Get the verificationDnsRecords property: DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD.Read-only, Nullable.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDomainDnsRecordModifier and TypeMethodDescriptionMicrosoftGraphDomainInner.withServiceConfigurationRecords(List<MicrosoftGraphDomainDnsRecord> serviceConfigurationRecords) Set the serviceConfigurationRecords property: DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services.Read-only, Nullable.MicrosoftGraphDomainInner.withVerificationDnsRecords(List<MicrosoftGraphDomainDnsRecord> verificationDnsRecords) Set the verificationDnsRecords property: DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD.Read-only, Nullable.