Aracılığıyla paylaş


JobTarget.MembershipType Property

Definition

Gets or sets whether the target is included or excluded from the group. Possible values include: 'Include', 'Exclude'

[Newtonsoft.Json.JsonProperty(PropertyName="membershipType")]
public Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType? MembershipType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="membershipType")>]
member this.MembershipType : Nullable<Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType> with get, set
Public Property MembershipType As Nullable(Of JobTargetGroupMembershipType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to