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 + func PossibleValuesForPolicyComplianceState() []string + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type AllPoliciesClient struct + Client *resourcemanager.Client + func NewAllPoliciesClientWithBaseURI(sdkApi sdkEnv.Api) (*AllPoliciesClient, error) + func (c AllPoliciesClient) ListByService(ctx context.Context, id ServiceId) (result ListByServiceOperationResponse, err error) + func (c AllPoliciesClient) ListByServiceComplete(ctx context.Context, id ServiceId) (ListByServiceCompleteResult, error) + func (c AllPoliciesClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, ...) (result ListByServiceCompleteResult, err error) + type AllPoliciesContract struct + Id *string + Name *string + Properties *AllPoliciesContractProperties + Type *string + type AllPoliciesContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p AllPoliciesContractOperationPredicate) Matches(input AllPoliciesContract) bool + type AllPoliciesContractProperties struct + ComplianceState *PolicyComplianceState + ReferencePolicyId *string + type ListByServiceCompleteResult struct + Items []AllPoliciesContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]AllPoliciesContract + OData *odata.OData + type PolicyComplianceState string + const PolicyComplianceStateCompliant + const PolicyComplianceStateNonCompliant + const PolicyComplianceStatePending + func (s *PolicyComplianceState) UnmarshalJSON(bytes []byte) error + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string