Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateServiceConfigurationRecordOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateServiceConfigurationRecordOperationOptions() CreateServiceConfigurationRecordOperationOptions + func (o CreateServiceConfigurationRecordOperationOptions) ToHeaders() *client.Headers + func (o CreateServiceConfigurationRecordOperationOptions) ToOData() *odata.Query + func (o CreateServiceConfigurationRecordOperationOptions) ToQuery() *client.QueryParams + type CreateServiceConfigurationRecordOperationResponse struct + HttpResponse *http.Response + Model beta.DomainDnsRecord + OData *odata.OData + type DeleteServiceConfigurationRecordOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteServiceConfigurationRecordOperationOptions() DeleteServiceConfigurationRecordOperationOptions + func (o DeleteServiceConfigurationRecordOperationOptions) ToHeaders() *client.Headers + func (o DeleteServiceConfigurationRecordOperationOptions) ToOData() *odata.Query + func (o DeleteServiceConfigurationRecordOperationOptions) ToQuery() *client.QueryParams + type DeleteServiceConfigurationRecordOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DomainDnsRecordOperationPredicate struct + func (p DomainDnsRecordOperationPredicate) Matches(input beta.DomainDnsRecord) bool + type GetServiceConfigurationRecordOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetServiceConfigurationRecordOperationOptions() GetServiceConfigurationRecordOperationOptions + func (o GetServiceConfigurationRecordOperationOptions) ToHeaders() *client.Headers + func (o GetServiceConfigurationRecordOperationOptions) ToOData() *odata.Query + func (o GetServiceConfigurationRecordOperationOptions) ToQuery() *client.QueryParams + type GetServiceConfigurationRecordOperationResponse struct + HttpResponse *http.Response + Model beta.DomainDnsRecord + OData *odata.OData + type GetServiceConfigurationRecordsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetServiceConfigurationRecordsCountOperationOptions() GetServiceConfigurationRecordsCountOperationOptions + func (o GetServiceConfigurationRecordsCountOperationOptions) ToHeaders() *client.Headers + func (o GetServiceConfigurationRecordsCountOperationOptions) ToOData() *odata.Query + func (o GetServiceConfigurationRecordsCountOperationOptions) ToQuery() *client.QueryParams + type GetServiceConfigurationRecordsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListServiceConfigurationRecordsCompleteResult struct + Items []beta.DomainDnsRecord + LatestHttpResponse *http.Response + type ListServiceConfigurationRecordsCustomPager struct + NextLink *odata.Link + func (p *ListServiceConfigurationRecordsCustomPager) NextPageLink() *odata.Link + 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() ListServiceConfigurationRecordsOperationOptions + func (o ListServiceConfigurationRecordsOperationOptions) ToHeaders() *client.Headers + func (o ListServiceConfigurationRecordsOperationOptions) ToOData() *odata.Query + func (o ListServiceConfigurationRecordsOperationOptions) ToQuery() *client.QueryParams + type ListServiceConfigurationRecordsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DomainDnsRecord + OData *odata.OData + type ServiceConfigurationRecordClient struct + Client *msgraph.Client + func NewServiceConfigurationRecordClientWithBaseURI(sdkApi sdkEnv.Api) (*ServiceConfigurationRecordClient, error) + func (c ServiceConfigurationRecordClient) CreateServiceConfigurationRecord(ctx context.Context, id beta.DomainId, input beta.DomainDnsRecord, ...) (result CreateServiceConfigurationRecordOperationResponse, err error) + func (c ServiceConfigurationRecordClient) DeleteServiceConfigurationRecord(ctx context.Context, id beta.DomainIdServiceConfigurationRecordId, ...) (result DeleteServiceConfigurationRecordOperationResponse, err error) + func (c ServiceConfigurationRecordClient) GetServiceConfigurationRecord(ctx context.Context, id beta.DomainIdServiceConfigurationRecordId, ...) (result GetServiceConfigurationRecordOperationResponse, err error) + func (c ServiceConfigurationRecordClient) GetServiceConfigurationRecordsCount(ctx context.Context, id beta.DomainId, ...) (result GetServiceConfigurationRecordsCountOperationResponse, err error) + func (c ServiceConfigurationRecordClient) ListServiceConfigurationRecords(ctx context.Context, id beta.DomainId, ...) (result ListServiceConfigurationRecordsOperationResponse, err error) + func (c ServiceConfigurationRecordClient) ListServiceConfigurationRecordsComplete(ctx context.Context, id beta.DomainId, ...) (ListServiceConfigurationRecordsCompleteResult, error) + func (c ServiceConfigurationRecordClient) ListServiceConfigurationRecordsCompleteMatchingPredicate(ctx context.Context, id beta.DomainId, ...) (result ListServiceConfigurationRecordsCompleteResult, err error) + func (c ServiceConfigurationRecordClient) UpdateServiceConfigurationRecord(ctx context.Context, id beta.DomainIdServiceConfigurationRecordId, ...) (result UpdateServiceConfigurationRecordOperationResponse, err error) + type UpdateServiceConfigurationRecordOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateServiceConfigurationRecordOperationOptions() UpdateServiceConfigurationRecordOperationOptions + func (o UpdateServiceConfigurationRecordOperationOptions) ToHeaders() *client.Headers + func (o UpdateServiceConfigurationRecordOperationOptions) ToOData() *odata.Query + func (o UpdateServiceConfigurationRecordOperationOptions) ToQuery() *client.QueryParams + type UpdateServiceConfigurationRecordOperationResponse struct + HttpResponse *http.Response + OData *odata.OData