Documentation ¶
Index ¶
- func PossibleValuesForBooleanEnum() []string
- func PossibleValuesForProvisioningState() []string
- func ValidateLocalRuleStackCertificateID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateLocalRuleStackID(input interface{}, key string) (warnings []string, errors []error)
- type BooleanEnum
- type CertificateObject
- type CertificateObjectLocalRulestackClient
- func (c CertificateObjectLocalRulestackClient) CreateOrUpdate(ctx context.Context, id LocalRuleStackCertificateId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c CertificateObjectLocalRulestackClient) CreateOrUpdateThenPoll(ctx context.Context, id LocalRuleStackCertificateId, ...) error
- func (c CertificateObjectLocalRulestackClient) Delete(ctx context.Context, id LocalRuleStackCertificateId) (result DeleteOperationResponse, err error)
- func (c CertificateObjectLocalRulestackClient) DeleteThenPoll(ctx context.Context, id LocalRuleStackCertificateId) error
- func (c CertificateObjectLocalRulestackClient) Get(ctx context.Context, id LocalRuleStackCertificateId) (result GetOperationResponse, err error)
- func (c CertificateObjectLocalRulestackClient) ListByLocalRulestacks(ctx context.Context, id LocalRuleStackId) (result ListByLocalRulestacksOperationResponse, err error)
- func (c CertificateObjectLocalRulestackClient) ListByLocalRulestacksComplete(ctx context.Context, id LocalRuleStackId) (ListByLocalRulestacksCompleteResult, error)
- func (c CertificateObjectLocalRulestackClient) ListByLocalRulestacksCompleteMatchingPredicate(ctx context.Context, id LocalRuleStackId, ...) (result ListByLocalRulestacksCompleteResult, err error)
- type CertificateObjectLocalRulestackResource
- type CertificateObjectLocalRulestackResourceOperationPredicate
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByLocalRulestacksCompleteResult
- type ListByLocalRulestacksOperationResponse
- type LocalRuleStackCertificateId
- func NewLocalRuleStackCertificateID(subscriptionId string, resourceGroupName string, localRuleStackName string, ...) LocalRuleStackCertificateId
- func ParseLocalRuleStackCertificateID(input string) (*LocalRuleStackCertificateId, error)
- func ParseLocalRuleStackCertificateIDInsensitively(input string) (*LocalRuleStackCertificateId, error)
- type LocalRuleStackId
- type ProvisioningState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForBooleanEnum ¶
func PossibleValuesForBooleanEnum() []string
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateLocalRuleStackCertificateID ¶
func ValidateLocalRuleStackCertificateID(input interface{}, key string) (warnings []string, errors []error)
ValidateLocalRuleStackCertificateID checks that 'input' can be parsed as a Local Rule Stack Certificate ID
func ValidateLocalRuleStackID ¶
ValidateLocalRuleStackID checks that 'input' can be parsed as a Local Rule Stack ID
Types ¶
type BooleanEnum ¶
type BooleanEnum string
const ( BooleanEnumFALSE BooleanEnum = "FALSE" BooleanEnumTRUE BooleanEnum = "TRUE" )
func (*BooleanEnum) UnmarshalJSON ¶
func (s *BooleanEnum) UnmarshalJSON(bytes []byte) error
type CertificateObject ¶
type CertificateObject struct { AuditComment *string `json:"auditComment,omitempty"` CertificateSelfSigned BooleanEnum `json:"certificateSelfSigned"` CertificateSignerResourceId *string `json:"certificateSignerResourceId,omitempty"` Description *string `json:"description,omitempty"` Etag *string `json:"etag,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` }
type CertificateObjectLocalRulestackClient ¶
type CertificateObjectLocalRulestackClient struct {
Client *resourcemanager.Client
}
func NewCertificateObjectLocalRulestackClientWithBaseURI ¶
func NewCertificateObjectLocalRulestackClientWithBaseURI(api environments.Api) (*CertificateObjectLocalRulestackClient, error)
func (CertificateObjectLocalRulestackClient) CreateOrUpdate ¶
func (c CertificateObjectLocalRulestackClient) CreateOrUpdate(ctx context.Context, id LocalRuleStackCertificateId, input CertificateObjectLocalRulestackResource) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (CertificateObjectLocalRulestackClient) CreateOrUpdateThenPoll ¶
func (c CertificateObjectLocalRulestackClient) CreateOrUpdateThenPoll(ctx context.Context, id LocalRuleStackCertificateId, input CertificateObjectLocalRulestackResource) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (CertificateObjectLocalRulestackClient) Delete ¶
func (c CertificateObjectLocalRulestackClient) Delete(ctx context.Context, id LocalRuleStackCertificateId) (result DeleteOperationResponse, err error)
Delete ...
func (CertificateObjectLocalRulestackClient) DeleteThenPoll ¶
func (c CertificateObjectLocalRulestackClient) DeleteThenPoll(ctx context.Context, id LocalRuleStackCertificateId) error
DeleteThenPoll performs Delete then polls until it's completed
func (CertificateObjectLocalRulestackClient) Get ¶
func (c CertificateObjectLocalRulestackClient) Get(ctx context.Context, id LocalRuleStackCertificateId) (result GetOperationResponse, err error)
Get ...
func (CertificateObjectLocalRulestackClient) ListByLocalRulestacks ¶
func (c CertificateObjectLocalRulestackClient) ListByLocalRulestacks(ctx context.Context, id LocalRuleStackId) (result ListByLocalRulestacksOperationResponse, err error)
ListByLocalRulestacks ...
func (CertificateObjectLocalRulestackClient) ListByLocalRulestacksComplete ¶
func (c CertificateObjectLocalRulestackClient) ListByLocalRulestacksComplete(ctx context.Context, id LocalRuleStackId) (ListByLocalRulestacksCompleteResult, error)
ListByLocalRulestacksComplete retrieves all the results into a single object
func (CertificateObjectLocalRulestackClient) ListByLocalRulestacksCompleteMatchingPredicate ¶
func (c CertificateObjectLocalRulestackClient) ListByLocalRulestacksCompleteMatchingPredicate(ctx context.Context, id LocalRuleStackId, predicate CertificateObjectLocalRulestackResourceOperationPredicate) (result ListByLocalRulestacksCompleteResult, err error)
ListByLocalRulestacksCompleteMatchingPredicate retrieves all the results and then applies the predicate
type CertificateObjectLocalRulestackResource ¶
type CertificateObjectLocalRulestackResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties CertificateObject `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type CertificateObjectLocalRulestackResourceOperationPredicate ¶
type CertificateObjectLocalRulestackResourceOperationPredicate struct { Id *string Name *string Type *string }
func (CertificateObjectLocalRulestackResourceOperationPredicate) Matches ¶
func (p CertificateObjectLocalRulestackResourceOperationPredicate) Matches(input CertificateObjectLocalRulestackResource) bool
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CertificateObjectLocalRulestackResource }
type ListByLocalRulestacksCompleteResult ¶
type ListByLocalRulestacksCompleteResult struct {
Items []CertificateObjectLocalRulestackResource
}
type ListByLocalRulestacksOperationResponse ¶
type ListByLocalRulestacksOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]CertificateObjectLocalRulestackResource }
type LocalRuleStackCertificateId ¶
type LocalRuleStackCertificateId struct { SubscriptionId string ResourceGroupName string LocalRuleStackName string CertificateName string }
LocalRuleStackCertificateId is a struct representing the Resource ID for a Local Rule Stack Certificate
func NewLocalRuleStackCertificateID ¶
func NewLocalRuleStackCertificateID(subscriptionId string, resourceGroupName string, localRuleStackName string, certificateName string) LocalRuleStackCertificateId
NewLocalRuleStackCertificateID returns a new LocalRuleStackCertificateId struct
func ParseLocalRuleStackCertificateID ¶
func ParseLocalRuleStackCertificateID(input string) (*LocalRuleStackCertificateId, error)
ParseLocalRuleStackCertificateID parses 'input' into a LocalRuleStackCertificateId
func ParseLocalRuleStackCertificateIDInsensitively ¶
func ParseLocalRuleStackCertificateIDInsensitively(input string) (*LocalRuleStackCertificateId, error)
ParseLocalRuleStackCertificateIDInsensitively parses 'input' case-insensitively into a LocalRuleStackCertificateId note: this method should only be used for API response data and not user input
func (LocalRuleStackCertificateId) ID ¶
func (id LocalRuleStackCertificateId) ID() string
ID returns the formatted Local Rule Stack Certificate ID
func (LocalRuleStackCertificateId) Segments ¶
func (id LocalRuleStackCertificateId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Local Rule Stack Certificate ID
func (LocalRuleStackCertificateId) String ¶
func (id LocalRuleStackCertificateId) String() string
String returns a human-readable description of this Local Rule Stack Certificate ID
type LocalRuleStackId ¶
type LocalRuleStackId struct { SubscriptionId string ResourceGroupName string LocalRuleStackName string }
LocalRuleStackId is a struct representing the Resource ID for a Local Rule Stack
func NewLocalRuleStackID ¶
func NewLocalRuleStackID(subscriptionId string, resourceGroupName string, localRuleStackName string) LocalRuleStackId
NewLocalRuleStackID returns a new LocalRuleStackId struct
func ParseLocalRuleStackID ¶
func ParseLocalRuleStackID(input string) (*LocalRuleStackId, error)
ParseLocalRuleStackID parses 'input' into a LocalRuleStackId
func ParseLocalRuleStackIDInsensitively ¶
func ParseLocalRuleStackIDInsensitively(input string) (*LocalRuleStackId, error)
ParseLocalRuleStackIDInsensitively parses 'input' case-insensitively into a LocalRuleStackId note: this method should only be used for API response data and not user input
func (LocalRuleStackId) ID ¶
func (id LocalRuleStackId) ID() string
ID returns the formatted Local Rule Stack ID
func (LocalRuleStackId) Segments ¶
func (id LocalRuleStackId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Local Rule Stack ID
func (LocalRuleStackId) String ¶
func (id LocalRuleStackId) String() string
String returns a human-readable description of this Local Rule Stack ID
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateAccepted ProvisioningState = "Accepted" ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateCreating ProvisioningState = "Creating" ProvisioningStateDeleted ProvisioningState = "Deleted" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateNotSpecified ProvisioningState = "NotSpecified" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUpdating ProvisioningState = "Updating" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error