verificationdnsrecord

package
v0.20241104.1140654 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateVerificationDnsRecordOperationOptions

type CreateVerificationDnsRecordOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateVerificationDnsRecordOperationOptions

func DefaultCreateVerificationDnsRecordOperationOptions() CreateVerificationDnsRecordOperationOptions

func (CreateVerificationDnsRecordOperationOptions) ToHeaders

func (CreateVerificationDnsRecordOperationOptions) ToOData

func (CreateVerificationDnsRecordOperationOptions) ToQuery

type CreateVerificationDnsRecordOperationResponse

type CreateVerificationDnsRecordOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.DomainDnsRecord
}

type DeleteVerificationDnsRecordOperationOptions

type DeleteVerificationDnsRecordOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteVerificationDnsRecordOperationOptions

func DefaultDeleteVerificationDnsRecordOperationOptions() DeleteVerificationDnsRecordOperationOptions

func (DeleteVerificationDnsRecordOperationOptions) ToHeaders

func (DeleteVerificationDnsRecordOperationOptions) ToOData

func (DeleteVerificationDnsRecordOperationOptions) ToQuery

type DeleteVerificationDnsRecordOperationResponse

type DeleteVerificationDnsRecordOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DomainDnsRecordOperationPredicate

type DomainDnsRecordOperationPredicate struct {
}

func (DomainDnsRecordOperationPredicate) Matches

type GetVerificationDnsRecordOperationOptions

type GetVerificationDnsRecordOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetVerificationDnsRecordOperationOptions

func DefaultGetVerificationDnsRecordOperationOptions() GetVerificationDnsRecordOperationOptions

func (GetVerificationDnsRecordOperationOptions) ToHeaders

func (GetVerificationDnsRecordOperationOptions) ToOData

func (GetVerificationDnsRecordOperationOptions) ToQuery

type GetVerificationDnsRecordOperationResponse

type GetVerificationDnsRecordOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.DomainDnsRecord
}

type GetVerificationDnsRecordsCountOperationOptions

type GetVerificationDnsRecordsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetVerificationDnsRecordsCountOperationOptions

func DefaultGetVerificationDnsRecordsCountOperationOptions() GetVerificationDnsRecordsCountOperationOptions

func (GetVerificationDnsRecordsCountOperationOptions) ToHeaders

func (GetVerificationDnsRecordsCountOperationOptions) ToOData

func (GetVerificationDnsRecordsCountOperationOptions) ToQuery

type GetVerificationDnsRecordsCountOperationResponse

type GetVerificationDnsRecordsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListVerificationDnsRecordsCompleteResult

type ListVerificationDnsRecordsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DomainDnsRecord
}

type ListVerificationDnsRecordsCustomPager

type ListVerificationDnsRecordsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListVerificationDnsRecordsOperationOptions

type ListVerificationDnsRecordsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListVerificationDnsRecordsOperationOptions

func DefaultListVerificationDnsRecordsOperationOptions() ListVerificationDnsRecordsOperationOptions

func (ListVerificationDnsRecordsOperationOptions) ToHeaders

func (ListVerificationDnsRecordsOperationOptions) ToOData

func (ListVerificationDnsRecordsOperationOptions) ToQuery

type ListVerificationDnsRecordsOperationResponse

type ListVerificationDnsRecordsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DomainDnsRecord
}

type UpdateVerificationDnsRecordOperationOptions

type UpdateVerificationDnsRecordOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateVerificationDnsRecordOperationOptions

func DefaultUpdateVerificationDnsRecordOperationOptions() UpdateVerificationDnsRecordOperationOptions

func (UpdateVerificationDnsRecordOperationOptions) ToHeaders

func (UpdateVerificationDnsRecordOperationOptions) ToOData

func (UpdateVerificationDnsRecordOperationOptions) ToQuery

type UpdateVerificationDnsRecordOperationResponse

type UpdateVerificationDnsRecordOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type VerificationDnsRecordClient

type VerificationDnsRecordClient struct {
	Client *msgraph.Client
}

func NewVerificationDnsRecordClientWithBaseURI

func NewVerificationDnsRecordClientWithBaseURI(sdkApi sdkEnv.Api) (*VerificationDnsRecordClient, error)

func (VerificationDnsRecordClient) CreateVerificationDnsRecord

CreateVerificationDnsRecord - Create new navigation property to verificationDnsRecords for domains

func (VerificationDnsRecordClient) DeleteVerificationDnsRecord

DeleteVerificationDnsRecord - Delete navigation property verificationDnsRecords for domains

func (VerificationDnsRecordClient) GetVerificationDnsRecord

GetVerificationDnsRecord - Get verificationDnsRecords from domains. DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand.

func (VerificationDnsRecordClient) GetVerificationDnsRecordsCount

GetVerificationDnsRecordsCount - Get the number of the resource

func (VerificationDnsRecordClient) ListVerificationDnsRecords

ListVerificationDnsRecords - List verificationDnsRecords. Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified.

func (VerificationDnsRecordClient) ListVerificationDnsRecordsComplete

ListVerificationDnsRecordsComplete retrieves all the results into a single object

func (VerificationDnsRecordClient) ListVerificationDnsRecordsCompleteMatchingPredicate

ListVerificationDnsRecordsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (VerificationDnsRecordClient) UpdateVerificationDnsRecord

UpdateVerificationDnsRecord - Update the navigation property verificationDnsRecords in domains

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL