serviceconfigurationrecord

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 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 CreateServiceConfigurationRecordOperationOptions

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

func DefaultCreateServiceConfigurationRecordOperationOptions

func DefaultCreateServiceConfigurationRecordOperationOptions() CreateServiceConfigurationRecordOperationOptions

func (CreateServiceConfigurationRecordOperationOptions) ToHeaders

func (CreateServiceConfigurationRecordOperationOptions) ToOData

func (CreateServiceConfigurationRecordOperationOptions) ToQuery

type CreateServiceConfigurationRecordOperationResponse

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

type DeleteServiceConfigurationRecordOperationOptions

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

func DefaultDeleteServiceConfigurationRecordOperationOptions

func DefaultDeleteServiceConfigurationRecordOperationOptions() DeleteServiceConfigurationRecordOperationOptions

func (DeleteServiceConfigurationRecordOperationOptions) ToHeaders

func (DeleteServiceConfigurationRecordOperationOptions) ToOData

func (DeleteServiceConfigurationRecordOperationOptions) ToQuery

type DeleteServiceConfigurationRecordOperationResponse

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

type DomainDnsRecordOperationPredicate

type DomainDnsRecordOperationPredicate struct {
}

func (DomainDnsRecordOperationPredicate) Matches

type GetServiceConfigurationRecordOperationOptions

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

func DefaultGetServiceConfigurationRecordOperationOptions

func DefaultGetServiceConfigurationRecordOperationOptions() GetServiceConfigurationRecordOperationOptions

func (GetServiceConfigurationRecordOperationOptions) ToHeaders

func (GetServiceConfigurationRecordOperationOptions) ToOData

func (GetServiceConfigurationRecordOperationOptions) ToQuery

type GetServiceConfigurationRecordOperationResponse

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

type GetServiceConfigurationRecordsCountOperationOptions

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

func DefaultGetServiceConfigurationRecordsCountOperationOptions

func DefaultGetServiceConfigurationRecordsCountOperationOptions() GetServiceConfigurationRecordsCountOperationOptions

func (GetServiceConfigurationRecordsCountOperationOptions) ToHeaders

func (GetServiceConfigurationRecordsCountOperationOptions) ToOData

func (GetServiceConfigurationRecordsCountOperationOptions) ToQuery

type GetServiceConfigurationRecordsCountOperationResponse

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

type ListServiceConfigurationRecordsCompleteResult

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

type ListServiceConfigurationRecordsCustomPager

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

type ListServiceConfigurationRecordsOperationOptions

type ListServiceConfigurationRecordsOperationOptions 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 DefaultListServiceConfigurationRecordsOperationOptions

func DefaultListServiceConfigurationRecordsOperationOptions() ListServiceConfigurationRecordsOperationOptions

func (ListServiceConfigurationRecordsOperationOptions) ToHeaders

func (ListServiceConfigurationRecordsOperationOptions) ToOData

func (ListServiceConfigurationRecordsOperationOptions) ToQuery

type ListServiceConfigurationRecordsOperationResponse

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

type ServiceConfigurationRecordClient

type ServiceConfigurationRecordClient struct {
	Client *msgraph.Client
}

func NewServiceConfigurationRecordClientWithBaseURI

func NewServiceConfigurationRecordClientWithBaseURI(sdkApi sdkEnv.Api) (*ServiceConfigurationRecordClient, error)

func (ServiceConfigurationRecordClient) CreateServiceConfigurationRecord

CreateServiceConfigurationRecord - Create new navigation property to serviceConfigurationRecords for domains

func (ServiceConfigurationRecordClient) DeleteServiceConfigurationRecord

DeleteServiceConfigurationRecord - Delete navigation property serviceConfigurationRecords for domains

func (ServiceConfigurationRecordClient) GetServiceConfigurationRecord

GetServiceConfigurationRecord - Get serviceConfigurationRecords from domains. 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. Supports $expand.

func (ServiceConfigurationRecordClient) GetServiceConfigurationRecordsCount

GetServiceConfigurationRecordsCount - Get the number of the resource

func (ServiceConfigurationRecordClient) ListServiceConfigurationRecords

ListServiceConfigurationRecords - List serviceConfigurationRecords. Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration.

func (ServiceConfigurationRecordClient) ListServiceConfigurationRecordsComplete

ListServiceConfigurationRecordsComplete retrieves all the results into a single object

func (ServiceConfigurationRecordClient) ListServiceConfigurationRecordsCompleteMatchingPredicate

ListServiceConfigurationRecordsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ServiceConfigurationRecordClient) UpdateServiceConfigurationRecord

UpdateServiceConfigurationRecord - Update the navigation property serviceConfigurationRecords in domains

type UpdateServiceConfigurationRecordOperationOptions

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

func DefaultUpdateServiceConfigurationRecordOperationOptions

func DefaultUpdateServiceConfigurationRecordOperationOptions() UpdateServiceConfigurationRecordOperationOptions

func (UpdateServiceConfigurationRecordOperationOptions) ToHeaders

func (UpdateServiceConfigurationRecordOperationOptions) ToOData

func (UpdateServiceConfigurationRecordOperationOptions) ToQuery

type UpdateServiceConfigurationRecordOperationResponse

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

Jump to

Keyboard shortcuts

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