Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func PossibleValuesForSecurityPartnerProviderConnectionStatus() []string
- func PossibleValuesForSecurityProviderName() []string
- func ValidateSecurityPartnerProviderID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupCustomPager
- type ListByResourceGroupOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationResponse
- type ProvisioningState
- type SecurityPartnerProvider
- type SecurityPartnerProviderConnectionStatus
- type SecurityPartnerProviderId
- type SecurityPartnerProviderOperationPredicate
- type SecurityPartnerProviderPropertiesFormat
- type SecurityPartnerProvidersClient
- func (c SecurityPartnerProvidersClient) CreateOrUpdate(ctx context.Context, id SecurityPartnerProviderId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c SecurityPartnerProvidersClient) CreateOrUpdateThenPoll(ctx context.Context, id SecurityPartnerProviderId, ...) error
- func (c SecurityPartnerProvidersClient) Delete(ctx context.Context, id SecurityPartnerProviderId) (result DeleteOperationResponse, err error)
- func (c SecurityPartnerProvidersClient) DeleteThenPoll(ctx context.Context, id SecurityPartnerProviderId) error
- func (c SecurityPartnerProvidersClient) Get(ctx context.Context, id SecurityPartnerProviderId) (result GetOperationResponse, err error)
- func (c SecurityPartnerProvidersClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error)
- func (c SecurityPartnerProvidersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c SecurityPartnerProvidersClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c SecurityPartnerProvidersClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c SecurityPartnerProvidersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
- func (c SecurityPartnerProvidersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error)
- func (c SecurityPartnerProvidersClient) UpdateTags(ctx context.Context, id SecurityPartnerProviderId, input TagsObject) (result UpdateTagsOperationResponse, err error)
- type SecurityProviderName
- type SubResource
- type TagsObject
- type UpdateTagsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func PossibleValuesForSecurityPartnerProviderConnectionStatus ¶
func PossibleValuesForSecurityPartnerProviderConnectionStatus() []string
func PossibleValuesForSecurityProviderName ¶
func PossibleValuesForSecurityProviderName() []string
func ValidateSecurityPartnerProviderID ¶
func ValidateSecurityPartnerProviderID(input interface{}, key string) (warnings []string, errors []error)
ValidateSecurityPartnerProviderID checks that 'input' can be parsed as a Security Partner Provider ID
Types ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SecurityPartnerProvider }
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct { LatestHttpResponse *http.Response Items []SecurityPartnerProvider }
type ListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
func (*ListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]SecurityPartnerProvider }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []SecurityPartnerProvider }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]SecurityPartnerProvider }
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUpdating ProvisioningState = "Updating" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
type SecurityPartnerProvider ¶
type SecurityPartnerProvider struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *SecurityPartnerProviderPropertiesFormat `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type SecurityPartnerProviderConnectionStatus ¶
type SecurityPartnerProviderConnectionStatus string
const ( SecurityPartnerProviderConnectionStatusConnected SecurityPartnerProviderConnectionStatus = "Connected" SecurityPartnerProviderConnectionStatusNotConnected SecurityPartnerProviderConnectionStatus = "NotConnected" SecurityPartnerProviderConnectionStatusPartiallyConnected SecurityPartnerProviderConnectionStatus = "PartiallyConnected" SecurityPartnerProviderConnectionStatusUnknown SecurityPartnerProviderConnectionStatus = "Unknown" )
func (*SecurityPartnerProviderConnectionStatus) UnmarshalJSON ¶
func (s *SecurityPartnerProviderConnectionStatus) UnmarshalJSON(bytes []byte) error
type SecurityPartnerProviderId ¶
type SecurityPartnerProviderId struct { SubscriptionId string ResourceGroupName string SecurityPartnerProviderName string }
SecurityPartnerProviderId is a struct representing the Resource ID for a Security Partner Provider
func NewSecurityPartnerProviderID ¶
func NewSecurityPartnerProviderID(subscriptionId string, resourceGroupName string, securityPartnerProviderName string) SecurityPartnerProviderId
NewSecurityPartnerProviderID returns a new SecurityPartnerProviderId struct
func ParseSecurityPartnerProviderID ¶
func ParseSecurityPartnerProviderID(input string) (*SecurityPartnerProviderId, error)
ParseSecurityPartnerProviderID parses 'input' into a SecurityPartnerProviderId
func ParseSecurityPartnerProviderIDInsensitively ¶
func ParseSecurityPartnerProviderIDInsensitively(input string) (*SecurityPartnerProviderId, error)
ParseSecurityPartnerProviderIDInsensitively parses 'input' case-insensitively into a SecurityPartnerProviderId note: this method should only be used for API response data and not user input
func (*SecurityPartnerProviderId) FromParseResult ¶
func (id *SecurityPartnerProviderId) FromParseResult(input resourceids.ParseResult) error
func (SecurityPartnerProviderId) ID ¶
func (id SecurityPartnerProviderId) ID() string
ID returns the formatted Security Partner Provider ID
func (SecurityPartnerProviderId) Segments ¶
func (id SecurityPartnerProviderId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Security Partner Provider ID
func (SecurityPartnerProviderId) String ¶
func (id SecurityPartnerProviderId) String() string
String returns a human-readable description of this Security Partner Provider ID
type SecurityPartnerProviderOperationPredicate ¶
type SecurityPartnerProviderOperationPredicate struct { Etag *string Id *string Location *string Name *string Type *string }
func (SecurityPartnerProviderOperationPredicate) Matches ¶
func (p SecurityPartnerProviderOperationPredicate) Matches(input SecurityPartnerProvider) bool
type SecurityPartnerProviderPropertiesFormat ¶
type SecurityPartnerProviderPropertiesFormat struct { ConnectionStatus *SecurityPartnerProviderConnectionStatus `json:"connectionStatus,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` SecurityProviderName *SecurityProviderName `json:"securityProviderName,omitempty"` VirtualHub *SubResource `json:"virtualHub,omitempty"` }
type SecurityPartnerProvidersClient ¶
type SecurityPartnerProvidersClient struct {
Client *resourcemanager.Client
}
func NewSecurityPartnerProvidersClientWithBaseURI ¶
func NewSecurityPartnerProvidersClientWithBaseURI(sdkApi sdkEnv.Api) (*SecurityPartnerProvidersClient, error)
func (SecurityPartnerProvidersClient) CreateOrUpdate ¶
func (c SecurityPartnerProvidersClient) CreateOrUpdate(ctx context.Context, id SecurityPartnerProviderId, input SecurityPartnerProvider) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (SecurityPartnerProvidersClient) CreateOrUpdateThenPoll ¶
func (c SecurityPartnerProvidersClient) CreateOrUpdateThenPoll(ctx context.Context, id SecurityPartnerProviderId, input SecurityPartnerProvider) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (SecurityPartnerProvidersClient) Delete ¶
func (c SecurityPartnerProvidersClient) Delete(ctx context.Context, id SecurityPartnerProviderId) (result DeleteOperationResponse, err error)
Delete ...
func (SecurityPartnerProvidersClient) DeleteThenPoll ¶
func (c SecurityPartnerProvidersClient) DeleteThenPoll(ctx context.Context, id SecurityPartnerProviderId) error
DeleteThenPoll performs Delete then polls until it's completed
func (SecurityPartnerProvidersClient) Get ¶
func (c SecurityPartnerProvidersClient) Get(ctx context.Context, id SecurityPartnerProviderId) (result GetOperationResponse, err error)
Get ...
func (SecurityPartnerProvidersClient) List ¶
func (c SecurityPartnerProvidersClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error)
List ...
func (SecurityPartnerProvidersClient) ListByResourceGroup ¶
func (c SecurityPartnerProvidersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (SecurityPartnerProvidersClient) ListByResourceGroupComplete ¶
func (c SecurityPartnerProvidersClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (SecurityPartnerProvidersClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c SecurityPartnerProvidersClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate SecurityPartnerProviderOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SecurityPartnerProvidersClient) ListComplete ¶
func (c SecurityPartnerProvidersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (SecurityPartnerProvidersClient) ListCompleteMatchingPredicate ¶
func (c SecurityPartnerProvidersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate SecurityPartnerProviderOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SecurityPartnerProvidersClient) UpdateTags ¶
func (c SecurityPartnerProvidersClient) UpdateTags(ctx context.Context, id SecurityPartnerProviderId, input TagsObject) (result UpdateTagsOperationResponse, err error)
UpdateTags ...
type SecurityProviderName ¶
type SecurityProviderName string
const ( SecurityProviderNameCheckpoint SecurityProviderName = "Checkpoint" SecurityProviderNameIBoss SecurityProviderName = "IBoss" SecurityProviderNameZScaler SecurityProviderName = "ZScaler" )
func (*SecurityProviderName) UnmarshalJSON ¶
func (s *SecurityProviderName) UnmarshalJSON(bytes []byte) error
type SubResource ¶
type SubResource struct {
Id *string `json:"id,omitempty"`
}
type TagsObject ¶
type UpdateTagsOperationResponse ¶
type UpdateTagsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SecurityPartnerProvider }
Source Files ¶
- client.go
- constants.go
- id_securitypartnerprovider.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_list.go
- method_listbyresourcegroup.go
- method_updatetags.go
- model_securitypartnerprovider.go
- model_securitypartnerproviderpropertiesformat.go
- model_subresource.go
- model_tagsobject.go
- predicates.go
- version.go